From 602a65f809aed7e7bfbabe9cb28ac4edb388b4c9 Mon Sep 17 00:00:00 2001 From: Yannick Funk Date: Tue, 7 Sep 2021 14:48:46 +0200 Subject: [PATCH] Change branch to master --- .github/workflows/rust.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 2e88a5d1..4386b19f 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -2,9 +2,9 @@ name: Rust build and test on: push: - branches: [ unit-tests ] + branches: [ master ] pull_request: - branches: [ unit-tests ] + branches: [ master ] env: CARGO_TERM_COLOR: always @@ -30,4 +30,4 @@ jobs: - name: Run cargo test uses: actions-rs/cargo@v1 with: - command: test \ No newline at end of file + command: test