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

Diff for: .github/workflows/python-310.yml

+1
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

Diff for: .github/workflows/python-311.yml

+1
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

Diff for: .github/workflows/python-312.yml

+1
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

Diff for: .github/workflows/python-313.yml

+1
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

Diff for: .github/workflows/python-39.yml

+1
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)