Skip to content

Commit

Permalink
correct workflows (#3705)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 2, 2022
1 parent ff317ba commit add8c52
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Expand Up @@ -7,7 +7,7 @@
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"baseBranch": "v11",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Expand Up @@ -12,7 +12,7 @@ on:
push:
branches:
- master
- main
- v11
paths:
- 'src/**.js'
- 'benches/**.html'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- master
- main
- v11

jobs:
build_test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -3,7 +3,7 @@ name: Version or Publish
on:
push:
branches:
- main
- v11

jobs:
changesets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/saucelabs.yml
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- main
- v11

jobs:
build_test:
Expand Down

0 comments on commit add8c52

Please sign in to comment.