We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26eb60c commit 59d7e53Copy full SHA for 59d7e53
.github/workflows/cdci.yml
@@ -132,7 +132,7 @@ jobs:
132
name: Build-exe-${{ matrix.os.label }}
133
runs-on: ${{ matrix.os.runner }}
134
if: |
135
- github.event_name == 'push' && github.ref == 'refs/heads/main' ||
+ (github.event_name == 'push' && github.ref == 'refs/heads/main') ||
136
github.event_name == 'release' ||
137
startsWith(github.ref, 'refs/tags') ||
138
github.event_name == 'workflow_dispatch'
0 commit comments