Skip to content

Commit

Permalink
Merge pull request #262 from Wizarrrr/v3-beta
Browse files Browse the repository at this point in the history
Refactor release.yml workflow to use "master_branch" instead of "main…
  • Loading branch information
Ashley Bailey authored Oct 19, 2023
2 parents b7b22af + 52a407f commit e0d5fdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
echo "Release is not a pre-release. Continuing."
fi
main_branch:
name: Check if release is on main branch
master_branch:
name: Check if release is on master branch
runs-on: ubuntu-latest
needs:
- prerelease
Expand All @@ -61,7 +61,7 @@ jobs:
update_latest:
runs-on: ubuntu-latest
needs:
- main_branch
- master_branch
permissions:
contents: write
steps:
Expand Down

0 comments on commit e0d5fdd

Please sign in to comment.