Skip to content

Commit a775bb5

Browse files
committed
workflow dispatch
1 parent 818a70d commit a775bb5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish Python distribution to PyPI
33
on:
44
push:
55
branches: [ main ]
6+
workflow_dispatch:
7+
68

79
jobs:
810
build:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8+
workflow_dispatch:
9+
810

911
jobs:
1012
test:

0 commit comments

Comments
 (0)