Skip to content

Commit

Permalink
Allow wheel workflow to run on demand (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Isaev <[email protected]>
  • Loading branch information
IsaevIlya and IsaevIlya authored Mar 12, 2024
1 parent c52bcc2 commit ffd6683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags: [ "v[0-9]+.[0-9]+.[0-9]+" ]
branches: [ "dependabot/*", "main", "workflow/*" ]
workflow_dispatch:

env:
S3_REGION: ${{ vars.S3_REGION }}
Expand Down

0 comments on commit ffd6683

Please sign in to comment.