Skip to content

Commit

Permalink
chore(workflow): remove if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknathan committed Sep 18, 2024
1 parent 97910c7 commit b55e2e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
jobs:
# This workflow contains a single job called "publish"
publish:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit b55e2e6

Please sign in to comment.