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