neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Replace default branch refs with main
ceecbf3 · Jonathan Clem · 2020-07-14 20:32
Files changed
modified
.github/workflows/licensed.yml
+2
−2
@@ -1,8 +1,8 @@
| 1 | 1 | name: Licensed |
| 2 | 2 | |
| 3 | 3 | on: |
| 4 | − push: {branches: master} | |
| 5 | − pull_request: {branches: master} | |
| 4 | + push: {branches: main} | |
| 5 | + pull_request: {branches: main} | |
| 6 | 6 | repository_dispatch: |
| 7 | 7 | |
| 8 | 8 | jobs: |
modified
.github/workflows/test.yml
+2
−2
@@ -1,8 +1,8 @@
| 1 | 1 | name: Test |
| 2 | 2 | |
| 3 | 3 | on: |
| 4 | − push: {branches: master} | |
| 5 | − pull_request: {branches: master} | |
| 4 | + push: {branches: main} | |
| 5 | + pull_request: {branches: main} | |
| 6 | 6 | repository_dispatch: |
| 7 | 7 | |
| 8 | 8 | jobs: |
modified
CONTRIBUTING.md
+1
−1
@@ -2,7 +2,7 @@
| 2 | 2 | |
| 3 | 3 | [fork]: https://github.com/actions/setup-elixir/fork |
| 4 | 4 | [pr]: https://github.com/actions/setup-elixir/compare |
| 5 | −[code-of-conduct]: https://github.com/actions/setup-elixir/blob/master/CODE_OF_CONDUCT.md | |
| 5 | +[code-of-conduct]: https://github.com/actions/setup-elixir/blob/main/CODE_OF_CONDUCT.md | |
| 6 | 6 | |
| 7 | 7 | Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. |
| 8 | 8 |
modified
dist/.github/workflows/licensed.yml
+2
−2
@@ -1,8 +1,8 @@
| 1 | 1 | name: Licensed |
| 2 | 2 | |
| 3 | 3 | on: |
| 4 | − push: {branches: master} | |
| 5 | − pull_request: {branches: master} | |
| 4 | + push: {branches: main} | |
| 5 | + pull_request: {branches: main} | |
| 6 | 6 | repository_dispatch: |
| 7 | 7 | |
| 8 | 8 | jobs: |
modified
dist/.github/workflows/test.yml
+2
−2
@@ -1,8 +1,8 @@
| 1 | 1 | name: Test |
| 2 | 2 | |
| 3 | 3 | on: |
| 4 | − push: {branches: master} | |
| 5 | − pull_request: {branches: master} | |
| 4 | + push: {branches: main} | |
| 5 | + pull_request: {branches: main} | |
| 6 | 6 | repository_dispatch: |
| 7 | 7 | |
| 8 | 8 | jobs: |
Parents: 2071beb