Skip to content

Commit aaed99c

Browse files
committed
also run build if not a release
1 parent 93efb9c commit aaed99c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/configureBuildTestCreateAndUpload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: conan install .
2929
- name: configure, build and test project
30-
if: !github.event_name == 'release'
30+
if: github.event_name != 'release'
3131
run: conan build .
3232
- name: configure, build, test and create project for beta channel
3333
if: github.event.release.prerelease

0 commit comments

Comments
 (0)