diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08d791f..7f6e216 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -2,6 +2,8 @@ name: CI | |||
| 2 | on: | 2 | on: |
| 3 | push: | 3 | push: |
| 4 | pull_request: | 4 | pull_request: |
| 5 | schedule: | ||
| 6 | - cron: '0 0 * * *' | ||
| 5 | 7 | ||
| 6 | jobs: | 8 | jobs: |
| 7 | test: | 9 | test: |