We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116d1ce commit 57ad3b0Copy full SHA for 57ad3b0
1 file changed
.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