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 db968f0 commit e3da4b0Copy full SHA for e3da4b0
.github/workflows/build.yaml
@@ -208,7 +208,7 @@ jobs:
208
209
create-release:
210
needs: [check-versions, build]
211
- if: needs.check-versions.outputs.should_build == 'true' || github.event.inputs.create_release == 'true'
+ if: needs.check-versions.outputs.should_build == 'true' || github.event.inputs.create_release == 'true' || github.event_name == 'push'
212
runs-on: ubuntu-latest
213
permissions:
214
contents: write
0 commit comments