Skip to content

Commit d511ed5

Browse files
committed
ci: Upload binaries when manually triggering
1 parent 09f1760 commit d511ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
name: Collect and Commit Binaries
257257
runs-on: ubuntu-latest
258258
needs: [build-linux, build-macos, build-windows]
259-
if: github.event_name == 'push'
259+
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
260260
permissions:
261261
contents: write
262262

0 commit comments

Comments
 (0)