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 8263040 commit 9f37e1bCopy full SHA for 9f37e1b
.github/workflows/build.yml
@@ -193,7 +193,7 @@ jobs:
193
steps:
194
- name: PR is opened against master
195
uses: mshick/add-pr-comment@a65df5f64fc741e91c59b8359a4bc56e57aaf5b1
196
- if: ${{ github.base_ref == 'master' && !startsWith(github.ref, 'refs/heads/prepare-release/') }}
+ if: ${{ github.base_ref == 'master' && !startsWith(github.head_ref, 'refs/heads/prepare-release/') }}
197
with:
198
message: |
199
⚠️ This PR is opened against **master**. You probably want to open it against **develop**.
0 commit comments