Skip to content

Commit 9e1ffbe

Browse files
committed
ci: change release trigger
1 parent 0fcdf0c commit 9e1ffbe

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: Release
22

33
on:
44
push:
5-
tags:
6-
- "v*"
7-
workflow_dispatch:
5+
branches:
6+
- main
7+
8+
concurrency: ${{ github.workflow }}-${{ github.ref }}
89

910
jobs:
10-
release-npm:
11-
name: Release NPM (${{ github.ref }})
11+
release:
12+
name: Release (${{ github.ref }})
1213
runs-on: ubuntu-latest
1314
permissions:
1415
contents: write

0 commit comments

Comments
 (0)