We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767068f commit e151d4bCopy full SHA for e151d4b
1 file changed
.github/workflows/main_py312.yml
@@ -7,12 +7,12 @@ name: PyGAD PyTest / Python 3.12
7
# But Python 3.12 does not support distutils.
8
# Let's wait until setuptools changes its dependencies.
9
10
-# on:
11
-# push:
12
-# branches:
13
- # - github-actions
+on:
+ push:
+ branches:
+ - github-actions
14
# - master
15
-on: workflow_dispatch
+# on: workflow_dispatch
16
17
jobs:
18
job_id_1:
0 commit comments