Skip to content

Commit

Permalink
deploy page on merge to main (#6) (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo authored Jun 14, 2023
1 parent cae863d commit 3cd84f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id-token: write
with:
qtModules: 'qtwebsockets qtshadertools'
deploy_page: ${{ (startsWith(github.ref, 'refs/tags/v') )|| ((github.event.pull_request.merged == true) && (startsWith(github.base_ref, 'main'))) }}
deploy_page: ${{ ((github.event.pull_request.merged == true) && (startsWith(github.base_ref, 'main'))) }}
release:
if: startsWith(github.ref, 'refs/tags/v')
needs: build-html
Expand Down

0 comments on commit 3cd84f2

Please sign in to comment.