Skip to content

Commit

Permalink
Remove unnecessary if condition in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
goliafrs committed Dec 20, 2023
1 parent ee9506f commit f1a6e9a
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 @@ -38,7 +38,6 @@ jobs:

deploy:
needs: release
if: startsWith(github.ref, 'refs/tags/')
name: Deploy
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f1a6e9a

Please sign in to comment.