Skip to content

Commit a6d8456

Browse files
committed
Allow manually triggering the workflows
1 parent c2dc95a commit a6d8456

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

.github/workflows/main_py310.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- github-actions
77
# - master
8+
# Manually trigger the workflow.
9+
workflow_dispatch:
810

911
jobs:
1012
job_id_1:

.github/workflows/main_py311.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- github-actions
77
# - master
8+
# Manually trigger the workflow.
9+
workflow_dispatch:
810

911
jobs:
1012
job_id_1:

.github/workflows/main_py312.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ name: PyGAD PyTest / Python 3.12
77
# But Python 3.12 does not support distutils.
88
# Let's wait until setuptools changes its dependencies.
99

10-
# on:
11-
# push:
12-
# branches:
13-
# - github-actions
10+
on:
11+
push:
12+
branches:
13+
- github-actions
1414
# - master
15-
on: workflow_dispatch
15+
# Manually trigger the workflow.
16+
workflow_dispatch:
1617

1718
jobs:
1819
job_id_1:

.github/workflows/main_py313.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- github-actions
77
# - master
8+
# Manually trigger the workflow.
9+
workflow_dispatch:
810

911
jobs:
1012
job_id_1:

.github/workflows/main_py38.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- github-actions
77
# - master
8+
# Manually trigger the workflow.
9+
workflow_dispatch:
810

911
jobs:
1012
job_id_1:

.github/workflows/main_py39.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- github-actions
77
# - master
8+
# Manually trigger the workflow.
9+
workflow_dispatch:
810

911
jobs:
1012
job_id_1:

0 commit comments

Comments
 (0)