Skip to content

Commit 0bc5a6f

Browse files
authored
chore(release): setup v2 branch for releases (#741)
1 parent 7ca90c3 commit 0bc5a6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
push:
66
branches:
77
- main
8-
- v1
8+
- v2
99
pull_request:
1010
branches:
1111
- main
12-
- v1
12+
- v2
1313
env:
1414
# we call `pnpm playwright install` instead
1515
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- v1
7+
- v2
88
permissions: {}
99

1010
jobs:

0 commit comments

Comments
 (0)