Skip to content

Commit

Permalink
chore: allow to release from any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Jan 28, 2024
1 parent ea07112 commit 2c883c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
release:
runs-on: ubuntu-latest

# Only release from the main branch
if: github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2c883c2

Please sign in to comment.