diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-10-09 15:35:32 +0200 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-10-11 22:49:46 +0200 |
| commit | 545f8ed24124837bf4e55aa34e185270a4b7aeff (patch) | |
| tree | adad76b598b917d9ca77ed600dcd62c63af67950 /.github | |
| parent | 5a1678f43184bd459132102cc13cf8426fe0449d (diff) | |
| download | gitlab-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.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 3 |
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: |
