summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-10-09 15:35:32 +0200
committerNejc Habjan <hab.nejc@gmail.com>2021-10-11 22:49:46 +0200
commit545f8ed24124837bf4e55aa34e185270a4b7aeff (patch)
treeadad76b598b917d9ca77ed600dcd62c63af67950 /.github
parent5a1678f43184bd459132102cc13cf8426fe0449d (diff)
downloadgitlab-545f8ed24124837bf4e55aa34e185270a4b7aeff.tar.gz
chore: rename `master` branch to `main`chore/master-to-main
BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml3
-rw-r--r--.github/workflows/lint.yml3
-rw-r--r--.github/workflows/test.yml3
3 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index b5a413d..0dce859 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -3,9 +3,10 @@ name: Docs
on:
push:
branches:
- - master
+ - main
pull_request:
branches:
+ - main
- master
env:
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 4f04e7b..ceb0f5d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -3,9 +3,10 @@ name: Lint
on:
push:
branches:
- - master
+ - main
pull_request:
branches:
+ - main
- master
env:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 43ea68a..b8cd39e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,9 +3,10 @@ name: Test
on:
push:
branches:
- - master
+ - main
pull_request:
branches:
+ - main
- master
env: