Skip to content

Commit 10baefb

Browse files
committed
ci(release): auto-release vscode-ext on stable push
1 parent 56c186a commit 10baefb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release-vscode-ext.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Auto-releases on push to main (@next channel)
2-
# For stable (@latest): cherry-pick commits to stable branch, then manually dispatch this workflow
1+
# Auto-releases on push to main (@next) or stable (@latest)
32
name: 📦 Release vscode-ext
43

54
on:
65
push:
7-
branches: main
6+
branches:
7+
- main
8+
- stable
89
paths:
910
- 'apps/vscode-ext/**'
1011
- 'packages/superdoc/**'

0 commit comments

Comments
 (0)