1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

chore: usage of main instead of master

This commit is contained in:
2024-07-20 10:31:14 +02:00
parent 6f78a0686c
commit 84c192bbef
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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