Skip to content

Commit 12c470a

Browse files
committed
WIP fix check?
1 parent 8263040 commit 12c470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
steps:
194194
- name: PR is opened against master
195195
uses: mshick/add-pr-comment@a65df5f64fc741e91c59b8359a4bc56e57aaf5b1
196-
if: ${{ github.base_ref == 'master' && !startsWith(github.ref, 'refs/heads/prepare-release/') }}
196+
if: ${{ github.base_ref == 'master' && !startsWith(github.head_ref, 'prepare-release/') }}
197197
with:
198198
message: |
199199
⚠️ This PR is opened against **master**. You probably want to open it against **develop**.

0 commit comments

Comments
 (0)