Skip to content

Commit

Permalink
Change default branch to main (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek authored Sep 26, 2024
1 parent af3eed6 commit aa73086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI
on:
push:
branches:
- development
- main
pull_request:
branches:
- development
- main

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- development
- main

jobs:
update_release_draft:
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pull_request_rules:
- name: automatically merge renku-bot PRs on CI success
conditions:
- author=RenkuBot
- base=development
- base=main
- status-success=ci
actions:
merge:
Expand Down

0 comments on commit aa73086

Please sign in to comment.