diff options
| -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 4cfef90..1890728 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -4,6 +4,8 @@ on: | |||
| 4 | create: | 4 | create: |
| 5 | push: | 5 | push: |
| 6 | branches: master | 6 | branches: master |
| 7 | paths: | ||
| 8 | - '**.zig' | ||
| 7 | pull_request: | 9 | pull_request: |
| 8 | schedule: | 10 | schedule: |
| 9 | - cron: "0 13 * * *" | 11 | - cron: "0 13 * * *" |