Skip to content

Commit d089ff4

Browse files
committed
chore: update release workflow to trigger on branch creation
1 parent a2f0265 commit d089ff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ name: 📦 New Version Release [auto]
22

33
on:
44
push:
5-
branches: [main, 'release/**']
5+
branches: [main]
66
paths:
77
- 'packages/**'
88
- '!**.md'
99
- '!examples/**'
1010
- '!docs/**'
11+
create:
12+
branches: ['release/**']
1113
workflow_dispatch:
1214

1315
permissions:

0 commit comments

Comments
 (0)