Skip to content

Commit

Permalink
chore: rename master branch to main
Browse files Browse the repository at this point in the history
Refs: KER-380
  • Loading branch information
charn committed Sep 13, 2024
1 parent 6973a76 commit ba50a25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release-please
on:
push:
branches:
- master
- main

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ git clone https://github.com/City-of-Helsinki/kerrokantasi.git
cd kerrokantasi
```

Uncomment line https://github.com/City-of-Helsinki/kerrokantasi/blob/master/docker-compose.yml#L29 to activate
Uncomment line https://github.com/City-of-Helsinki/kerrokantasi/blob/main/compose.yaml#L27-L28 to activate
configuring the dev environment with a local file.

Copy the development config file example `config_dev.toml.example`
Expand Down
2 changes: 1 addition & 1 deletion pipelines/kerrokantasi-api-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
batch: true
branches:
include:
- master
- main
paths:
exclude:
- '*release-please*'
Expand Down
10 changes: 5 additions & 5 deletions pipelines/kerrokantasi-api-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
trigger: none

# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
# opened with one of the specified target branches, or when updates are made to
# opened with one of the specified target branches, or when updates are made to
# such a pull request.
#
# GitHub creates a new ref when a pull request is created. The ref points to a
# merge commit, which is the merged code between the source and target branches
# GitHub creates a new ref when a pull request is created. The ref points to a
# merge commit, which is the merged code between the source and target branches
# of the pull request.
#
# Pull request validation
# Pull request validation
pr:
# PR target branch
branches:
include:
- master
- main
paths:
exclude:
- '*release-please*'
Expand Down

0 comments on commit ba50a25

Please sign in to comment.