update known-folders for allocgate (#432)

* update known-folders for allocgate

* run workflow on all pushes and PRs
This commit is contained in:
Matthew Knight
2021-12-06 18:04:18 -08:00
committed by GitHub
parent 5fd35f7efe
commit 14528db0b7
2 changed files with 1 additions and 5 deletions

View File

@@ -2,11 +2,7 @@ name: CI
on:
push:
paths:
- '**.zig'
pull_request:
paths:
- '**.zig'
schedule:
- cron: '0 0 * * *'
workflow_dispatch: