From 7c16e23846b2c2b5bb75cce8d25b4c278e8e2c30 Mon Sep 17 00:00:00 2001 From: barshaul Date: Tue, 30 Jul 2024 10:33:38 +0000 Subject: [PATCH] CI: Updated the CI configuration to execute on pull requests opened against all branches, enabling development on feature branches. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fc70af1f0..e5c1c6cb1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,7 +4,7 @@ on: push: branches: [ main, 0.*.x ] pull_request: - branches: [ main, 0.*.x ] + branches: [] env: CARGO_TERM_COLOR: always