From 0dd461c70d1210bec248e538b17638e962af127f Mon Sep 17 00:00:00 2001 From: LeoRiether Date: Mon, 17 Jun 2024 21:44:52 -0300 Subject: [PATCH] Run Action workflow on any PR --- .github/workflows/continuous.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 215924d..d8e15e8 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -4,7 +4,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] env: CARGO_TERM_COLOR: always