ci: push: also run for simon2 branch
This commit is contained in:
parent
2bf18540c2
commit
c2bc7dfb83
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -13,7 +13,7 @@ name: push CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ simon ]
|
branches: [ simon, simon2 ]
|
||||||
# Run this workflow for changes to any file, even trivial doc fixes
|
# Run this workflow for changes to any file, even trivial doc fixes
|
||||||
# (since merging to master requires a successful run).
|
# (since merging to master requires a successful run).
|
||||||
# Ideally caching will keep it relatively cheap; avoid over-pushing.
|
# Ideally caching will keep it relatively cheap; avoid over-pushing.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user