Replace default branch refs with main

This commit is contained in:
Jonathan Clem
2020-07-14 16:32:14 -04:00
parent 2071beb570
commit ceecbf34d4
5 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
name: Licensed
on:
push: {branches: master}
pull_request: {branches: master}
push: {branches: main}
pull_request: {branches: main}
repository_dispatch:
jobs:

View File

@@ -1,8 +1,8 @@
name: Test
on:
push: {branches: master}
pull_request: {branches: master}
push: {branches: main}
pull_request: {branches: main}
repository_dispatch:
jobs:

View File

@@ -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.

View File

@@ -1,8 +1,8 @@
name: Licensed
on:
push: {branches: master}
pull_request: {branches: master}
push: {branches: main}
pull_request: {branches: main}
repository_dispatch:
jobs:

View File

@@ -1,8 +1,8 @@
name: Test
on:
push: {branches: master}
pull_request: {branches: master}
push: {branches: main}
pull_request: {branches: main}
repository_dispatch:
jobs: