ci: push: also run on pushes to "simon" branch

This commit is contained in:
Simon Michael 2022-03-26 08:37:31 -10:00
parent a2f6b30fbd
commit e61216ac24

View File

@ -7,7 +7,7 @@ name: push CI
on:
push:
branches: [ master ]
branches: [ master, simon ]
paths:
- '.github/workflows/push.yml'
- 'stack*.yaml'