chore(ci): only run for .zig files, name workflow
Also enabled workflow dispatch
This commit is contained in:
parent
986bc9448e
commit
ef39d9a7b8
|
@ -1,9 +1,14 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.zig"
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue