Turn off CI job on push except for to main

This commit is contained in:
2023-04-19 21:32:48 -06:00
committed by GitHub
parent 5c53e3bedc
commit 727fa67d8e
+1 -1
View File
@@ -4,7 +4,7 @@ on:
pull_request:
branches: '*'
push:
branches: '*'
branches: 'main'
jobs:
test: