Skip to content

Commit

Permalink
Remove "v" prefix for release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
zoccoler committed Jun 12, 2024
1 parent 861bcf5 commit ba7924d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master
- main
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
- "*" # Push events with any tag
pull_request:
branches:
- master
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

deploy:
# this will run when you have tagged a commit, starting with "v*"
# this will run when you have tagged a commit,
# and requires that you have put your twine API key in your
# github secrets (see readme for details)
needs: [test]
Expand Down

0 comments on commit ba7924d

Please sign in to comment.