summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml18
-rw-r--r--.github/workflows/build_msi.yml18
-rw-r--r--.github/workflows/doc.yml18
3 files changed, 30 insertions, 24 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d50696d..e6b5d17 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,16 +6,18 @@ name: Tests
on:
push:
branches:
- - main
- - 3.9
- - 3.8
- - 3.7
+ - 'main'
+ - '3.10'
+ - '3.9'
+ - '3.8'
+ - '3.7'
pull_request:
branches:
- - main
- - 3.9
- - 3.8
- - 3.7
+ - 'main'
+ - '3.10'
+ - '3.9'
+ - '3.8'
+ - '3.7'
jobs:
check_source:
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index 074f70d..db5eaa1 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -3,18 +3,20 @@ name: TestsMSI
on:
push:
branches:
- - main
- - 3.9
- - 3.8
- - 3.7
+ - 'main'
+ - '3.10'
+ - '3.9'
+ - '3.8'
+ - '3.7'
paths:
- 'Tools/msi/**'
pull_request:
branches:
- - main
- - 3.9
- - 3.8
- - 3.7
+ - 'main'
+ - '3.10'
+ - '3.9'
+ - '3.8'
+ - '3.7'
paths:
- 'Tools/msi/**'
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 3fcdcbc..1bc14a2 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -3,18 +3,20 @@ name: Docs
on:
#push:
# branches:
- # - main
- # - 3.9
- # - 3.8
- # - 3.7
+ # - 'main'
+ # - '3.10'
+ # - '3.9'
+ # - '3.8'
+ # - '3.7'
# paths:
# - 'Doc/**'
pull_request:
branches:
- - main
- - 3.9
- - 3.8
- - 3.7
+ - 'main'
+ - '3.10'
+ - '3.9'
+ - '3.8'
+ - '3.7'
paths:
- 'Doc/**'
- 'Misc/**'