From ceecbf34d4202e87b9050939bb242ba1003141a3 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Tue, 14 Jul 2020 16:32:14 -0400 Subject: [PATCH] Replace default branch refs with main --- .github/workflows/licensed.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- CONTRIBUTING.md | 2 +- dist/.github/workflows/licensed.yml | 4 ++-- dist/.github/workflows/test.yml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 3b32be2..f51cde6 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -1,8 +1,8 @@ name: Licensed on: - push: {branches: master} - pull_request: {branches: master} + push: {branches: main} + pull_request: {branches: main} repository_dispatch: jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b5d36d..51b6588 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,8 @@ name: Test on: - push: {branches: master} - pull_request: {branches: master} + push: {branches: main} + pull_request: {branches: main} repository_dispatch: jobs: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca7cbb6..e26219a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ [fork]: https://github.com/actions/setup-elixir/fork [pr]: https://github.com/actions/setup-elixir/compare -[code-of-conduct]: https://github.com/actions/setup-elixir/blob/master/CODE_OF_CONDUCT.md +[code-of-conduct]: https://github.com/actions/setup-elixir/blob/main/CODE_OF_CONDUCT.md Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. diff --git a/dist/.github/workflows/licensed.yml b/dist/.github/workflows/licensed.yml index 3b32be2..f51cde6 100644 --- a/dist/.github/workflows/licensed.yml +++ b/dist/.github/workflows/licensed.yml @@ -1,8 +1,8 @@ name: Licensed on: - push: {branches: master} - pull_request: {branches: master} + push: {branches: main} + pull_request: {branches: main} repository_dispatch: jobs: diff --git a/dist/.github/workflows/test.yml b/dist/.github/workflows/test.yml index 3b5d36d..51b6588 100644 --- a/dist/.github/workflows/test.yml +++ b/dist/.github/workflows/test.yml @@ -1,8 +1,8 @@ name: Test on: - push: {branches: master} - pull_request: {branches: master} + push: {branches: main} + pull_request: {branches: main} repository_dispatch: jobs: