Rename master to main

This commit is contained in:
Nanne Baars 2021-10-30 22:45:18 +02:00 committed by Nanne Baars
parent 6a875bdaa6
commit 36bdd9b1a0
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: "Branch build"
on:
push:
branches-ignore:
- master
- main
- develop
- release/*
jobs:

View File

@ -9,7 +9,7 @@ on:
- 'docs/**'
push:
branches:
- master
- main
- release/*
tags-ignore:
- '*'

View File

@ -23,7 +23,7 @@ git flow release publish
git flow release finish <version>
git push origin develop
git push origin master
git push origin main
git push --tags
```