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: