From a644b2bbae454d27aa8e28695df37a6b25c60fdf Mon Sep 17 00:00:00 2001 From: cyphersnake Date: Wed, 10 Jan 2024 19:42:59 +0100 Subject: [PATCH] ci: turn on workflow for all PR Due to the squash policy, PRs will be more granular, so there will be a situation of chains of PRs going into each other. To make it easier to work with this, you can enable CI on any PR. For an open-source project this will not be expensive. --- .github/workflows/rust.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 44af5dc7..c524e136 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,9 +4,7 @@ on: push: branches: - main - pull_request: - branches: - - main + pull_request env: CARGO_TERM_COLOR: always