Skip to content

Commit 4704fe6

Browse files
committed
chore: update github deploy workflow to trigger on v10_maintenance changes
1 parent 5fc37f6 commit 4704fe6

File tree

2 files changed

+42
-91
lines changed

2 files changed

+42
-91
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- master
66
- v8_maintenance
77
- v9_maintenance
8+
- v10_maintenance
89
workflow_dispatch:
910
jobs:
1011
deploy-release:
@@ -31,6 +32,9 @@ jobs:
3132
"refs/heads/v9_maintenance")
3233
echo "::set-output name=deploy_dir::v9"
3334
;;
35+
"refs/heads/v10_maintenance")
36+
echo "::set-output name=deploy_dir::v10"
37+
;;
3438
esac
3539
- name: Build docs-app
3640
run: npm run build:docs
@@ -45,6 +49,7 @@ jobs:
4549
v7
4650
v8
4751
v9
52+
v10
4853
latest
4954
force: false
5055
deploy-latest:

0 commit comments

Comments
 (0)