Skip to content

Commit 9893f84

Browse files
committed
fix CI?
1 parent e4c0201 commit 9893f84

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.ref == 'refs/heads/master' && github.head_ref != 'refs/heads/develop'
194+
if: ${{ github.ref == 'refs/heads/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)