Turn off CI job on push except for to main

This commit is contained in:
David Boreham 2023-04-19 21:32:48 -06:00 committed by GitHub
parent 5c53e3bedc
commit 727fa67d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ on:
pull_request:
branches: '*'
push:
branches: '*'
branches: 'main'
jobs:
test: