Skip to content

Commit

Permalink
Remove next branch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdahan committed Feb 23, 2025
1 parent 77bd5bc commit 92e30ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
":maintainLockFilesWeekly",
"group:allNonMajor"
],
"baseBranches": ["main", "next"],
"baseBranches": ["main"],
"postUpdateOptions": ["yarnDedupeHighest"]
}
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ on:
pull_request:
branches:
- main
- next
push:
branches:
- main
- next

jobs:
build:
Expand Down

0 comments on commit 92e30ee

Please sign in to comment.