From c023b3079ce899bc0cbee002d2f4d91118c36855 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 19 Sep 2021 01:41:43 -0700 Subject: [PATCH] ci(actions) run test and lint for all branches, not just main --- .github/workflows/rust.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 90c2a1d..384f653 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,10 +1,6 @@ name: Rust -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +on: [push, pull_request] env: CARGO_TERM_COLOR: always