Skip to content

Commit

Permalink
fix: ci branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed May 7, 2024
1 parent 5cb9a32 commit 9a0e5af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"baseBranch": "0.12.x",
"updateInternalDependencies": "patch",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: [ "0.12.x" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "0.12.x" ]
schedule:
- cron: '33 6 * * 6'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Release
on:
push:
branches:
- main
- 0.12.x

env:
Expand Down

0 comments on commit 9a0e5af

Please sign in to comment.