From 645c765287aeeb92a3287e92dde96322a15a7206 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Fri, 17 Apr 2026 19:51:09 +0000 Subject: [PATCH] CI: build image from phase-0-scaffold branch too (bootstrap) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89903f7..56918e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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