1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-11-12 15:23:12 +01:00

chore: rename master branch to main

This commit is contained in:
Théo LUDWIG 2024-09-15 18:39:10 +02:00
parent fd6330c08c
commit 740aab1fcf
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ on:
push:
branches: [develop]
pull_request:
branches: [master, develop]
branches: [main, develop]
jobs:
ci:

View File

@ -2,7 +2,7 @@ name: "Release"
on:
push:
branches: [master]
branches: [main]
jobs:
release:

View File

@ -1,5 +1,5 @@
{
"branches": ["master"],
"branches": ["main"],
"plugins": [
[
"@semantic-release/commit-analyzer",
@ -30,7 +30,7 @@
[
"@saithodev/semantic-release-backmerge",
{
"branches": [{ "from": "master", "to": "develop" }],
"branches": [{ "from": "main", "to": "develop" }],
"backmergeStrategy": "merge"
}
]