only run for push on main, or for pr

This commit is contained in:
cascode _ 2023-10-21 13:06:42 -07:00 committed by cascode
parent c558dabdd6
commit 1fd59785e0
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: