Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2928f30

Browse files
committed
add workflow dispatch triggers
1 parent 8e0a0fd commit 2928f30

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/python-310.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: python-310
22

33
on:
4+
workflow_dispatch
45
push:
56
branches:
67
- master

.github/workflows/python-311.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: python-311
22

33
on:
4+
workflow_dispatch
45
push:
56
branches:
67
- master

.github/workflows/python-312.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: python-312
22

33
on:
4+
workflow_dispatch
45
push:
56
branches:
67
- master

.github/workflows/python-313.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: python-313
22

33
on:
4+
workflow_dispatch
45
push:
56
branches:
67
- master

.github/workflows/python-39.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: python-39
22

33
on:
4+
workflow_dispatch
45
push:
56
branches:
67
- master

0 commit comments

Comments
 (0)