Skip to content

Commit f9798eb

Browse files
EwoutHCorvince
authored andcommitted
Run release workflow on the creation of a tag
Currently the release workflow doesn't run on the creation of a tag, and therefore the wheel isn't deployed to PyPI. This commit should fix that.
1 parent 4f77667 commit f9798eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release
22
on:
33
push:
4+
tags:
5+
- '*'
46
branches:
57
- main
68
- release**

0 commit comments

Comments
 (0)