only run for push on main, or for pr

This commit is contained in:
cascode 2023-10-21 13:06:42 -07:00
parent c7b13c2572
commit 563f6dd3e4
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
name: checks
on:
# XXX only run for pushes to main, or for pr
- push
branches:
- main
- pull_request
jobs: