Turn off CI job on push except for to main

Former-commit-id: 727fa67d8e
This commit is contained in:
David Boreham 2023-04-19 21:32:48 -06:00 committed by GitHub
parent e3e48ccbf3
commit b3feab0592

View File

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