diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0298939..835f5d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -2,6 +2,7 @@ name: build | |||
| 2 | 2 | ||
| 3 | on: | 3 | on: |
| 4 | push: | 4 | push: |
| 5 | pull_request: | ||
| 5 | schedule: | 6 | schedule: |
| 6 | - cron: '0 0 1 * *' | 7 | - cron: '0 0 1 * *' |
| 7 | 8 | ||
