Skip to content

Commit

Permalink
add workflow dispatch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumeng committed Oct 13, 2024
1 parent 2928f30 commit 2949094
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-310.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: python-310

on:
workflow_dispatch
workflow_dispatch:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-311.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: python-311

on:
workflow_dispatch
workflow_dispatch:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-312.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: python-312

on:
workflow_dispatch
workflow_dispatch:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-313.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: python-313

on:
workflow_dispatch
workflow_dispatch:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-39.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: python-39

on:
workflow_dispatch
workflow_dispatch:
push:
branches:
- master
Expand Down

0 comments on commit 2949094

Please sign in to comment.