From fee5170a68a6ef97108d731a4873787894f65a06 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 27 Sep 2020 17:01:37 +0200 Subject: [PATCH] =?UTF-8?q?Rename=20master=20to=20main=20=F0=9F=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bdea4128f..a9ddde3cd 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