Skip to content

Commit b3155da

Browse files
committed
Wrap conditional in curlies
1 parent d01ff11 commit b3155da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- spellcheck
7878
- build
7979

80-
if: github.ref_name == 'master' || github.ref_name == 'sp2023'
80+
if: ${{ github.ref_name == 'master' || github.ref_name == 'sp2023' }}
8181

8282
steps:
8383
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)