Skip to content

Commit 45046f6

Browse files
committed
Run publish workflow on tag events
1 parent 2649ba3 commit 45046f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish Python Package
33
on:
44
push:
55
branches: [main]
6+
tags: ['[0-9]+.[0-9]+.[0-9]+']
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)