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>
This commit is contained in:
Ewout ter Hoeven 2021-02-27 11:42:26 +01:00 committed by Ralph Giles
parent 88fb432a0f
commit eba0ff8d3e
No known key found for this signature in database
GPG Key ID: 9259A8F2D2D44C84
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: GitHub Actions
on: [push]
on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *'
jobs:
build: