Skip to content

Commit 59d7e53

Browse files
committed
🎨 add parantheses to ensure correct evaluation
1 parent 26eb60c commit 59d7e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cdci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
name: Build-exe-${{ matrix.os.label }}
133133
runs-on: ${{ matrix.os.runner }}
134134
if: |
135-
github.event_name == 'push' && github.ref == 'refs/heads/main' ||
135+
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
136136
github.event_name == 'release' ||
137137
startsWith(github.ref, 'refs/tags') ||
138138
github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)