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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
- ".github/workflows/main.yml"
|
||||||
- "**.zig"
|
- "**.zig"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
- ".github/workflows/main.yml"
|
||||||
- "**.zig"
|
- "**.zig"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
Loading…
Reference in New Issue
Block a user