We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a47eeb2 + 57ad3b0 commit 05be365Copy full SHA for 05be365
.github/workflows/check-branch.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Comment PR
11
- if: github.base_ref == 'master' && github.head_ref != 'next'
+ if: github.base_ref == 'master' && github.head_ref != 'staging'
12
uses: thollander/actions-comment-pull-request@v2
13
with:
14
message: |
0 commit comments