only run CI workflow if atleast one zig file changed
This commit is contained in:
parent
7ef224467a
commit
e430b76297
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -2,9 +2,13 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.zig"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.zig"
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user