Skip to content

Commit 72f5ec4

Browse files
committed
workflow_dispatch
1 parent e8819ac commit 72f5ec4

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_python_3.10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
PYTHON_VERSION: "3.10.9"
99

1010
on:
11+
workflow_dispatch:
1112
pull_request:
1213
push:
1314
branches:

.github/workflows/build_python_3.11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
PYTHON_VERSION: "3.11.1"
99

1010
on:
11+
workflow_dispatch:
1112
pull_request:
1213
push:
1314
branches:

.github/workflows/build_python_3.9.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
PYTHON_VERSION: "3.9.16"
99

1010
on:
11+
workflow_dispatch:
1112
pull_request:
1213
push:
1314
branches:

0 commit comments

Comments
 (0)