Skip to content

Commit

Permalink
Fix release to use main branch (#224)
Browse files Browse the repository at this point in the history
Use main branch nstead of master
  • Loading branch information
eyurtsev authored Sep 6, 2023
1 parent 132feef commit 18c03b0
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 @@ -8,8 +8,8 @@ env:

jobs:
if_release:
# Disallow publishing from branches that aren't `master`.
if: github.ref == 'refs/heads/master'
# Disallow publishing from branches that aren't `main`.
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 18c03b0

Please sign in to comment.