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:
parent
88fb432a0f
commit
eba0ff8d3e
6
.github/workflows/action.yml
vendored
6
.github/workflows/action.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: GitHub Actions
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user