From 6cc4ae3b5417220cfa5be027ec9051087a61f781 Mon Sep 17 00:00:00 2001 From: Gianfranco Date: Fri, 26 Jul 2024 11:31:31 -0300 Subject: [PATCH] remove testing changes to dev ci --- .github/workflows/ci-dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index b173372c2..3214614f0 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -1,7 +1,8 @@ on: pull_request: branches: - - 'none' + - '**' # every branch + - '!main' # excluding main name: continuous-integration-dev