Skip to content

Commit

Permalink
chore(ci): condition doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed May 7, 2024
1 parent ff9902b commit d8fa4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
prepare-matrix:
name: Prepare Matrix
runs-on: ubuntu-latest
if: github.event_name == 'push' && contains(github.event.ref, '/tags/')
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
outputs:
servers: ${{ steps.create-matrix.outputs.matrix }}
steps:
Expand Down

0 comments on commit d8fa4a7

Please sign in to comment.