diff --git a/ghost/admin/.github/workflows/test.yml b/ghost/admin/.github/workflows/test.yml index 6fea5c6691..cf7557f67c 100644 --- a/ghost/admin/.github/workflows/test.yml +++ b/ghost/admin/.github/workflows/test.yml @@ -3,6 +3,7 @@ on: pull_request: push: branches: + - 'v4.*' - main - 'renovate/*' jobs: @@ -20,7 +21,7 @@ jobs: - run: grunt shell:ember:prod - uses: daniellockyer/action-slack-build@master - if: failure() && github.event_name == 'push' && (github.ref == 'refs/heads/4.0' || github.ref == 'refs/heads/master') + if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }} env: