Skip to content

Commit 0b70059

Browse files
authored
github action triggers on version tags
1 parent 64f8b10 commit 0b70059

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ name: Upload Python Package
77

88
on:
99
push:
10-
branches:
11-
- master
10+
tags: 'v*.*.*'
1211

1312
jobs:
1413
deploy:

0 commit comments

Comments
 (0)