summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
-rw-r--r--.github/workflows/build_msi.yml4
-rw-r--r--.github/workflows/doc.yml4
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 41200bb..baa15f3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,13 +6,13 @@ name: Tests
on:
push:
branches:
- - master
+ - main
- 3.9
- 3.8
- 3.7
pull_request:
branches:
- - master
+ - main
- 3.9
- 3.8
- 3.7
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index 182eb7c..074f70d 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -3,7 +3,7 @@ name: TestsMSI
on:
push:
branches:
- - master
+ - main
- 3.9
- 3.8
- 3.7
@@ -11,7 +11,7 @@ on:
- 'Tools/msi/**'
pull_request:
branches:
- - master
+ - main
- 3.9
- 3.8
- 3.7
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 8924fc9..2f2aea5 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -3,7 +3,7 @@ name: Docs
on:
#push:
# branches:
- # - master
+ # - main
# - 3.9
# - 3.8
# - 3.7
@@ -11,7 +11,7 @@ on:
# - 'Doc/**'
pull_request:
branches:
- - master
+ - main
- 3.9
- 3.8
- 3.7