chore: rename default branch from master to main

Update all workflow triggers and internal references from master to
main. The default branch on GitHub has been updated accordingly.
This commit is contained in:
Daniel Sogl
2026-03-21 15:20:39 -07:00
parent 15e7ac0c9a
commit e263b0b062
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
concurrency:
group: ci-${{ github.ref }}