Skip to content

Commit

Permalink
Change test release trigger to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Feb 7, 2022
1 parent a8283bd commit 5837d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+'
release:
types:
- published
Expand Down

0 comments on commit 5837d55

Please sign in to comment.