Skip to content

Commit 2949094

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/python-310.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: python-310
22

33
on:
4-
workflow_dispatch
4+
workflow_dispatch:
55
push:
66
branches:
77
- master

.github/workflows/python-311.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: python-311
22

33
on:
4-
workflow_dispatch
4+
workflow_dispatch:
55
push:
66
branches:
77
- master

.github/workflows/python-312.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: python-312
22

33
on:
4-
workflow_dispatch
4+
workflow_dispatch:
55
push:
66
branches:
77
- master

.github/workflows/python-313.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: python-313
22

33
on:
4-
workflow_dispatch
4+
workflow_dispatch:
55
push:
66
branches:
77
- master

.github/workflows/python-39.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: python-39
22

33
on:
4-
workflow_dispatch
4+
workflow_dispatch:
55
push:
66
branches:
77
- master

0 commit comments

Comments
 (0)