From e36ca20a1bfe58bd91e763c9e70016297be39aac Mon Sep 17 00:00:00 2001 From: Alejandro Velez Date: Tue, 5 Mar 2024 18:31:26 -0500 Subject: [PATCH] run tests for all branches and pulls on main --- .github/workflows/conda-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/conda-tests.yml b/.github/workflows/conda-tests.yml index 88d72159..36c2a15f 100644 --- a/.github/workflows/conda-tests.yml +++ b/.github/workflows/conda-tests.yml @@ -9,6 +9,11 @@ on: branches: - main - avelez-dev + - avelez-cellxgene-dev + - '*' + pull_request: + # The branches below must be a subset of the branches above + branches: [ "main" ] workflow_dispatch: jobs: