Skip to content

Commit e3da4b0

Browse files
authored
Update build.yaml
1 parent db968f0 commit e3da4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208

209209
create-release:
210210
needs: [check-versions, build]
211-
if: needs.check-versions.outputs.should_build == 'true' || github.event.inputs.create_release == 'true'
211+
if: needs.check-versions.outputs.should_build == 'true' || github.event.inputs.create_release == 'true' || github.event_name == 'push'
212212
runs-on: ubuntu-latest
213213
permissions:
214214
contents: write

0 commit comments

Comments
 (0)