Skip to content

Commit c7b480d

Browse files
authored
Add v2.0.0 branch to release workflows (#475)
1 parent 68f648d commit c7b480d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- v2.0.0
78
types:
89
- opened
910
- 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)