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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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