From e263b0b062af6a0d2065470b436c6f871fc682b7 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sat, 21 Mar 2026 15:20:39 -0700 Subject: [PATCH] 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. --- .github/workflows/nodejs.yml | 4 ++-- .github/workflows/release-please.yml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5974a4002..6991d26b4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] concurrency: group: ci-${{ github.ref }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1e758de0e..980866560 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -2,7 +2,7 @@ name: Release Please on: push: - branches: [master] + branches: [main] workflow_dispatch: permissions: diff --git a/README.md b/README.md index 7fa7f0192..c5e020505 100644 --- a/README.md +++ b/README.md @@ -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