diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20054c064..b99764a96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: build-pull: name: "Build / Pull Request" runs-on: ubuntu-latest - if: github.ref == 'refs/head/staging' + if: github.ref == 'refs/heads/staging' steps: - uses: actions/checkout@v4 - name: Create pull request