only run CI workflow if atleast one zig file changed

This commit is contained in:
Lee Cannon 2022-11-01 21:43:27 +00:00
parent 7ef224467a
commit e430b76297
No known key found for this signature in database
GPG Key ID: 983D5E5CC5E1401F

View File

@ -2,9 +2,13 @@ name: CI
on: on:
push: push:
paths:
- "**.zig"
pull_request: pull_request:
paths:
- "**.zig"
schedule: schedule:
- cron: '0 0 * * *' - cron: "0 0 * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs: