Skip to content

Commit

Permalink
set base branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkanyi committed Jun 4, 2024
1 parent 4e785dc commit 7b4c2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [ develop, main ]
branches: [ main ]
pull_request:
branches: [ main, develop ]
branches: [ main ]

concurrency:
group: build-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"prHourlyLimit": 0,
"baseBranches": [
"develop"
"main"
],
"separateMultipleMajor": true,
"dependencyDashboardTitle": "automated dependency updates dashboard",
Expand Down

0 comments on commit 7b4c2b2

Please sign in to comment.