Skip to content

Commit

Permalink
ci: Set publish package workflow to run on new tagged brances.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambirds committed May 1, 2021
1 parent 8cf056a commit caa9e2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
create:
tags:
- v*
jobs:
build-n-publish:
name: Publish xkcd_pass to PyPI
Expand Down

0 comments on commit caa9e2e

Please sign in to comment.