From a4e4a021dc4efe2c327777ef85c13f0716675766 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 28 Jan 2022 13:18:20 +0000 Subject: [PATCH] Only run CI for bors and pull requests --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e1286568..4d335939 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,11 +2,11 @@ name: Rust on: push: - branches-ignore: - - trying.tmp - - staging.tmp + branches: + - trying + - staging pull_request: - + env: RUST_TEST_THREADS: 1