Skip to content

Commit d0075a5

Browse files
committed
fix ci...
1 parent 9a79a63 commit d0075a5

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
@@ -191,7 +191,7 @@ jobs:
191191
steps:
192192
- name: PR is opened against master
193193
uses: mshick/add-pr-comment@v2
194-
if: ${{ github.base_ref == 'refs/heads/master' && github.head_ref != 'refs/heads/develop' }}
194+
if: ${{ github.base_ref == 'master' && github.head_ref != 'refs/heads/develop' }}
195195
with:
196196
message: |
197197
⚠️ This PR is opened against **master**. You probably want to open it against **develop**.

0 commit comments

Comments
 (0)