diff --git a/.github/workflows/php84.yml b/.github/workflows/php84.yml index ec70c6e..deda301 100644 --- a/.github/workflows/php84.yml +++ b/.github/workflows/php84.yml @@ -49,7 +49,7 @@ jobs: needs: - "test" runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4 - uses: google-github-actions/release-please-action@v3