summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEwout ter Hoeven <E.M.terHoeven@student.tudelft.nl>2021-02-27 11:42:26 +0100
committerRalph Giles <giles@thaumas.net>2021-06-22 22:52:45 -0700
commiteba0ff8d3e0bdce6ae8a9aed5479c4aa9ffaf149 (patch)
treec4692adc9fea04cb99ced8bc4ee7f90a55d148c2
parent88fb432a0f100e7e038ed40f08f8c06c411d1a76 (diff)
downloadflac-eba0ff8d3e0bdce6ae8a9aed5479c4aa9ffaf149.tar.gz
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 <erikd@mega-nerd.com> Signed-off-by: Ralph Giles <giles@thaumas.net>
-rw-r--r--.github/workflows/action.yml6
1 files changed, 5 insertions, 1 deletions
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: