Skip to content

Commit 47f1aa4

Browse files
committed
publish on tag push
1 parent 6d02ee8 commit 47f1aa4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Publish
22

33
on:
4-
workflow_run:
5-
workflows: ["CI"]
6-
types:
7-
- completed
8-
branches: [main]
4+
push:
5+
tags:
6+
- "v*.*.*"
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)