Skip to content

Commit 0c67e99

Browse files
committed
support publishing v2.0.0
1 parent 357edaf commit 0c67e99

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [main, v3.0.0]
5+
branches: [main, v3.0.0, v2.0.0]
66

77
jobs:
88
analyze:

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Deploy Preview"
22

33
on:
44
pull_request_target:
5-
branches: [main, v3.0.0]
5+
branches: [main, v3.0.0, v2.0.0]
66

77
jobs:
88
precheck:

.github/workflows/pr-title-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- v3.0.0
8+
- v2.0.0
89
types:
910
- opened
1011
- synchronize

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v2.0.0
78

89
env:
910
FORCE_COLOR: true

0 commit comments

Comments
 (0)