Skip to content

Commit ffd6683

Browse files
authored
Allow wheel workflow to run on demand (#179)
Co-authored-by: Ilya Isaev <[email protected]>
1 parent c52bcc2 commit ffd6683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags: [ "v[0-9]+.[0-9]+.[0-9]+" ]
66
branches: [ "dependabot/*", "main", "workflow/*" ]
7+
workflow_dispatch:
78

89
env:
910
S3_REGION: ${{ vars.S3_REGION }}

0 commit comments

Comments
 (0)