ci: push: also run on pushes to "simon" branch
This commit is contained in:
parent
a2f6b30fbd
commit
e61216ac24
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -7,7 +7,7 @@ name: push CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, simon ]
|
||||
paths:
|
||||
- '.github/workflows/push.yml'
|
||||
- 'stack*.yaml'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user