Skip to content

Commit

Permalink
Fixed gha triggers to include release events (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Dec 16, 2020
1 parent 41f7754 commit 71b30f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: gh
on:
create: # is used for publishing to PyPI and TestPyPI
tags: # any tag regardless of its name, no branches
- "**"
push: # only publishes pushes to the main branch to TestPyPI
branches: # any integration branch but not tag
- "master"
tags-ignore:
- "**"
pull_request:
release:
types:
- published # It seems that you can publish directly without creating
- prereleased
schedule:
- cron: 1 0 * * * # Run daily at 0:01 UTC
# Run every Friday at 18:02 UTC
Expand Down

0 comments on commit 71b30f6

Please sign in to comment.