Skip to content

Commit

Permalink
chore: rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mivek committed Feb 9, 2025
1 parent 8a66b0a commit ad7c7fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_sonar_verify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This action launches an analysis on sonarcloud only for PR made from the repository and on master branch.

name: Sonar verify
on:
workflow_run:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '36 17 * * 4'

jobs:
analyze:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar-master.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: SonarCloud
name: CI - main
on:
push:
branches:
- master
- main
jobs:
build:
name: Build and analyze
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Maven verify](https://github.com/mivek/MetarParser/actions/workflows/maven-verify.yml/badge.svg)](https://github.com/mivek/MetarParser/actions/workflows/maven-verify.yml)
[![Sonar verify](https://github.com/mivek/MetarParser/actions/workflows/build_sonar_verify.yml/badge.svg)](https://github.com/mivek/MetarParser/actions/workflows/build_sonar_verify.yml)[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=io.github.mivek%3AmetarParser&metric=alert_status)](https://sonarcloud.io/dashboard?id=io.github.mivek%3AmetarParser)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=io.github.mivek%3AmetarParser&metric=coverage)](https://sonarcloud.io/dashboard?id=io.github.mivek%3AmetarParser)
[![GitHub license](https://img.shields.io/github/license/mivek/MetarParser.svg)](https://github.com/mivek/MetarParser/blob/master/LICENSE)
[![GitHub license](https://img.shields.io/github/license/mivek/MetarParser.svg)](https://github.com/mivek/MetarParser/blob/main/LICENSE)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.mivek/metarParser.svg)](https://search.maven.org/artifact/io.github.mivek/metarParser/)

![](jetbrains_small.png)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<url>https://github.com/mivek/MetarParser</url>
<scm>
<url>https://github.com/mivek/MetarParser/tree/master</url>
<url>https://github.com/mivek/MetarParser/tree/main</url>
<connection>scm:git:git@github.com:mivek/MetarParser.git</connection>
<developerConnection>scm:git:git@github.com:mivek/MetarParser.git</developerConnection>
<tag>HEAD</tag>
Expand Down

0 comments on commit ad7c7fe

Please # to comment.