From a4de8b0c8b224e6a7c0e8dd248247bd0d45ff806 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 16 Jul 2020 15:17:48 +0200 Subject: [PATCH] switch CI to the default branch --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index aeaaf0d..0cdb4b6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: CARGO_TERM_COLOR: always @@ -65,4 +65,4 @@ jobs: working-directory: ./advanced/firmware run: | cargo build --verbose - cargo fmt --all -- --check \ No newline at end of file + cargo fmt --all -- --check