Skip to content

Commit b7552a5

Browse files
committed
Add tags event in GitHub action
1 parent c68b3d9 commit b7552a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-testpypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
branches:
99
- main
10+
tags:
11+
- '*'
1012

1113
jobs:
1214
build:

0 commit comments

Comments
 (0)