Turn off CI job on push except for to main
This commit is contained in:
parent
5c53e3bedc
commit
727fa67d8e
@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches: '*'
|
||||
push:
|
||||
branches: '*'
|
||||
branches: 'main'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user