Skip to content

Commit

Permalink
Do release on tag on GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed May 19, 2021
1 parent ccb4307 commit 8c7f054
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
name: Publish

on:
release:
types:
- published
push:
# Pattern matched against refs/tags
tags:
- 'v*' # Push events to every tag not containing /
tags-ignore:
- 'v*dev*' # Ignore dev tags


env:
# The name of the python package after install
Expand Down

0 comments on commit 8c7f054

Please sign in to comment.