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

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 }}

View File

@@ -2,7 +2,7 @@ name: Release Please
on:
push:
branches: [master]
branches: [main]
workflow_dispatch:
permissions:

View File

@@ -256,7 +256,7 @@ Spent way too long diagnosing an issue only to realize a plugin wasn't firing or
## Plugin Missing?
Let us know or submit a PR! Take a look at [the Developer Guide](https://github.com/danielsogl/awesome-cordova-plugins/blob/master/DEVELOPER.md) for more on how to contribute. :heart:
Let us know or submit a PR! Take a look at [the Developer Guide](https://github.com/danielsogl/awesome-cordova-plugins/blob/main/DEVELOPER.md) for more on how to contribute. :heart:
# Credits