Make the CI trigger if the CI script itself is modified (#1022)
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -3,9 +3,11 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- ".github/workflows/main.yml"
|
||||
- "**.zig"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/main.yml"
|
||||
- "**.zig"
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
Reference in New Issue
Block a user