Skip to content

Commit

Permalink
fix master branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 19, 2023
1 parent 1c92ad1 commit 027a6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- 'main'
- 'master'

jobs:

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
RELEASE_TYPE=none
fi
if [ "$BRANCH_NAME" == 'main' -a "$RELEASE_TYPE" == 'release' ] ; then
if [ "$BRANCH_NAME" == 'master' -a "$RELEASE_TYPE" == 'release' ] ; then
CHECK_ABORT=false
else
echo "::notice title=Abort due to not matching ${RELEASE_TYPE} version for branch!::'${VERSION}' on '${BRANCH_NAME}'"
Expand Down

0 comments on commit 027a6ad

Please sign in to comment.