File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - github-actions
77 # - master
8+ # Manually trigger the workflow.
9+ workflow_dispatch :
810
911jobs :
1012 job_id_1 :
Original file line number Diff line number Diff line change 55 branches :
66 - github-actions
77 # - master
8+ # Manually trigger the workflow.
9+ workflow_dispatch :
810
911jobs :
1012 job_id_1 :
Original file line number Diff line number Diff 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
1718jobs :
1819 job_id_1 :
Original file line number Diff line number Diff line change 55 branches :
66 - github-actions
77 # - master
8+ # Manually trigger the workflow.
9+ workflow_dispatch :
810
911jobs :
1012 job_id_1 :
Original file line number Diff line number Diff line change 55 branches :
66 - github-actions
77 # - master
8+ # Manually trigger the workflow.
9+ workflow_dispatch :
810
911jobs :
1012 job_id_1 :
Original file line number Diff line number Diff line change 55 branches :
66 - github-actions
77 # - master
8+ # Manually trigger the workflow.
9+ workflow_dispatch :
810
911jobs :
1012 job_id_1 :
You can’t perform that action at this time.
0 commit comments