Skip to content

Commit

Permalink
fix: update workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksteamdev committed Jan 3, 2025
1 parent c500c8e commit 68dbd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
release:
if: github.ref_type == 'tag' && github.ref == 'refs/heads/main'
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 68dbd97

Please sign in to comment.