Skip to content

Commit add8c52

Browse files
authored
correct workflows (#3705)
1 parent ff317ba commit add8c52

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"commit": false,
88
"linked": [],
99
"access": "public",
10-
"baseBranch": "main",
10+
"baseBranch": "v11",
1111
"updateInternalDependencies": "patch",
1212
"ignore": []
1313
}

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
push:
1313
branches:
1414
- master
15-
- main
15+
- v11
1616
paths:
1717
- 'src/**.js'
1818
- 'benches/**.html'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches:
1010
- master
11-
- main
11+
- v11
1212

1313
jobs:
1414
build_test:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Version or Publish
33
on:
44
push:
55
branches:
6-
- main
6+
- v11
77

88
jobs:
99
changesets:

.github/workflows/saucelabs.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
- master
7-
- main
7+
- v11
88

99
jobs:
1010
build_test:

0 commit comments

Comments
 (0)