Skip to content

Commit

Permalink
fix: remove if on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
libremente committed Jul 13, 2024
1 parent 9a0067e commit 523fcf8
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 @@ -6,7 +6,6 @@ on:

build_release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 523fcf8

Please sign in to comment.