CI: trigger on phase-0-scaffold + any PR for initial rollout
This commit is contained in:
parent
6fc2ac5322
commit
70275afc06
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -2,9 +2,8 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main, phase-0-scaffold]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: broker-sync
|
IMAGE_NAME: broker-sync
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue