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.
1 parent da43a77 commit 9a79a63Copy full SHA for 9a79a63
.github/workflows/build.yml
@@ -191,7 +191,7 @@ jobs:
191
steps:
192
- name: PR is opened against master
193
uses: mshick/add-pr-comment@v2
194
- if: ${{ github.head_ref == 'refs/heads/master' && github.ref != 'refs/heads/develop' }}
+ if: ${{ github.base_ref == 'refs/heads/master' && github.head_ref != 'refs/heads/develop' }}
195
with:
196
message: |
197
⚠️ This PR is opened against **master**. You probably want to open it against **develop**.
0 commit comments