Rename master branch to main

This commit is contained in:
Linus Groh
2021-11-28 17:31:39 +00:00
parent 223e19a118
commit af6c308bd6
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -4,14 +4,14 @@ on:
schedule:
- cron: '0 3 * * *' # everyday at 3am
pull_request:
branches: master
branches: main
push:
branches: master
branches: main
tags:
- v*
release:
types: [published]
branches: master
branches: main
tags:
- v*
@@ -28,7 +28,7 @@ jobs:
run: |
DOCKER_IMAGE=owntracks/frontend
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/arm64
VERSION=master
VERSION=main
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/v}