Skip to content

Commit b6a3bc4

Browse files
committed
ci: trigger publish workflow on release instead of tag push
1 parent 6a2f0d5 commit b6a3bc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ on:
1212
required: false
1313
default: false
1414
type: boolean
15-
push:
16-
tags:
17-
- 'v*'
15+
release:
16+
types: [published]
1817

1918
concurrency: ${{ github.workflow }}-${{ github.ref }}
2019

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules/
33
binaries/
44
package-lock.json
55
.*
6+
!.github
67
_*

0 commit comments

Comments
 (0)