Skip to content

Commit

Permalink
Update branches for CI (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb authored Dec 20, 2024
1 parent 1345a30 commit f8cf1b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"github>rancher/renovate-config#release"
],
"baseBranches": [
"master",
"main",
"release-2.1",
"release-2.0-untagged"
],
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
tags:
- v*
branches:
- 'release-*'
- 'master'
- 'release/*'
- 'main'

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- v*
branches:
- 'release/*'
- 'master'
- 'main'

jobs:
golangci:
Expand Down

0 comments on commit f8cf1b5

Please sign in to comment.