Skip to content

Commit cfd521f

Browse files
committed
add workflow_dispatch to release workflow
1 parent 8e60d67 commit cfd521f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Create and upload release
22

33
on:
4+
workflow_dispatch:
45
workflow_run:
56
workflows: ["Python Package using pip"]
67
types:

0 commit comments

Comments
 (0)