From eba0ff8d3e0bdce6ae8a9aed5479c4aa9ffaf149 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sat, 27 Feb 2021 11:42:26 +0100 Subject: CI: Run on pull requests and once a month Run the CI on PRs and once a month (to detect failures due to updated images or dependencies). Signed-off-by: Erik de Castro Lopo Signed-off-by: Ralph Giles --- .github/workflows/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 7f347d73..68164269 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,6 +1,10 @@ name: GitHub Actions -on: [push] +on: + push: + pull_request: + schedule: + - cron: '0 0 1 * *' jobs: build: -- cgit v1.2.1