Skip to content

Commit dab99f6

Browse files
authored
ci: Change publish trigger to release events
Update workflow to trigger on release events instead of tag pushes.
1 parent d0f32a5 commit dab99f6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
name: Publish Python Package
33

44
on: # yamllint disable-line rule:truthy
5-
push:
6-
tags:
7-
- 'v*.*.*'
8-
workflow_dispatch:
5+
release:
6+
types: [published, edited]
97

108
jobs:
119
build:

0 commit comments

Comments
 (0)