Skip to content

Commit

Permalink
version control
Browse files Browse the repository at this point in the history
  • Loading branch information
ammsa23 committed Nov 4, 2023
1 parent f056a1d commit b74a02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
deploy:
name: Deploy
needs: test
if: "success() && startsWith(github.ref, 'refs/tags/')"
if: success() && contains(github.event.head_commit.message, 'bump version')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b74a02b

Please sign in to comment.