From 5386f51066a46f9393bfcd45f5662b4c5a6186a4 Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Tue, 24 Dec 2024 00:50:00 +0300 Subject: [PATCH] Update php84.yml --- .github/workflows/php84.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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