diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-09-27 17:01:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-27 17:01:37 +0200 |
| commit | fee5170a68a6ef97108d731a4873787894f65a06 (patch) | |
| tree | e00a8387c3d405e6c37b27b251b2db90e6fb8f77 /.github | |
| parent | dcf1d09d390af4a7a386e253a3a87791d3243bc2 (diff) | |
Rename master to main 🔀
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bdea4128..a9ddde3c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Continuous integration on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] env: CARGO_TERM_COLOR: always |
