chore: rename branch to main (#4700)

* chore: rename branch to main

* docs: update changelog
This commit is contained in:
JakobLichterfeld
2025-04-26 11:06:31 +02:00
committed by GitHub
parent 2ac2baef62
commit db68283520
9 changed files with 11 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ on:
- "!.github/workflows/**" # Important: Exclude PRs related to .github/workflows from auto-run
- "!.github/actions/**" # Important: Exclude PRs related to .github/actions from auto-run
pull_request:
branches: ["master"]
branches: ["main"]
paths:
- "**/*"
- "!.github/**" # Important: Exclude PRs related to .github from auto-run