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