Skip to content

Commit

Permalink
update github actions to run on git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannaz committed Apr 5, 2023
1 parent 17fc22b commit accc3ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Expand Up @@ -12,6 +12,8 @@ on:
push:
branches:
- "*"
tags:
- "*"

permissions:
contents: read
Expand Down

0 comments on commit accc3ac

Please sign in to comment.