Skip to content

Commit

Permalink
fix(ci): allow release from any branch (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk authored Mar 12, 2024
1 parent 09ebe96 commit 8da2465
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
contents: write
packages: write
actions: write
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8da2465

Please sign in to comment.