CI: build image from phase-0-scaffold branch too (bootstrap)

This commit is contained in:
Viktor Barzin 2026-04-17 19:51:09 +00:00
parent 70275afc06
commit 645c765287

View file

@ -27,7 +27,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: test
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/phase-0-scaffold')
outputs:
image_tag: ${{ steps.meta.outputs.sha }}
steps:
@ -53,7 +53,7 @@ jobs:
deploy:
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/phase-0-scaffold')
runs-on: ubuntu-latest
steps:
- name: Trigger Woodpecker deploy