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: on:
push: push:
branches-ignore: branches-ignore:
- master - main
- develop - develop
- release/* - release/*
jobs: jobs:

View File

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

View File

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