We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93efb9c commit aaed99cCopy full SHA for aaed99c
1 file changed
.github/workflows/configureBuildTestCreateAndUpload.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: conan install .
29
- name: configure, build and test project
30
- if: !github.event_name == 'release'
+ if: github.event_name != 'release'
31
run: conan build .
32
- name: configure, build, test and create project for beta channel
33
if: github.event.release.prerelease
0 commit comments