Make the CI trigger if the CI script itself is modified (#1022)

This commit is contained in:
Lee Cannon
2023-02-22 19:41:49 -08:00
committed by GitHub
parent 9cb569a196
commit f1a8efbe5c

View File

@@ -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 * * *"