Skip to content

Commit

Permalink
Change default branch for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
LHozzan authored Jan 27, 2025
1 parent c27a682 commit b65df12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
steps:
- name: Validate ref
run: |
if [ "${{ github.ref }}" != refs/heads/master ]; then
>&2 echo "Invalid ref: ${{ github.ref }} (expected: refs/heads/master)"
if [ "${{ github.ref }}" != refs/heads/main ]; then
>&2 echo "Invalid ref: ${{ github.ref }} (expected: refs/heads/main)"
exit 1
fi
Expand Down

0 comments on commit b65df12

Please sign in to comment.