Skip to content

Commit d0c2ec4

Browse files
committed
Add workflow dispatch for manual triggering github actions
1 parent aba1f3d commit d0c2ec4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- 'releases/**'
4+
workflow_dispatch
85

96
jobs:
107
build:

0 commit comments

Comments
 (0)