Skip to content

Commit

Permalink
chore: run ci on tags
Browse files Browse the repository at this point in the history
missed a CI run to publish a new version of the package.
  • Loading branch information
toumorokoshi committed Dec 2, 2023
1 parent 3db3082 commit 621d847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: python-package
on:
push:
branches: [master]
tags:
- "v*"
pull_request:
branches: [master]

Expand Down

0 comments on commit 621d847

Please sign in to comment.