Make the CI trigger if the CI script itself is modified (#1022)
This commit is contained in:
parent
9cb569a196
commit
f1a8efbe5c
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 * * *"
|
||||
|
Loading…
Reference in New Issue
Block a user