diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4be522add..448f6bceb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -150,7 +150,7 @@ jobs: release: needs: build runs-on: ubuntu-latest - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/release' steps: - name: Checkout Repository uses: actions/checkout@v4