chore(ci): only run for .zig files, name workflow

Also enabled workflow dispatch
This commit is contained in:
Rekai Nyangadzayi Musuka 2022-11-03 08:56:14 -03:00
parent 986bc9448e
commit ef39d9a7b8
1 changed files with 5 additions and 0 deletions

View File

@ -1,9 +1,14 @@
name: CI
on:
push:
paths:
- "**.zig"
branches:
- main
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
build: