From e36ca20a1bfe58bd91e763c9e70016297be39aac Mon Sep 17 00:00:00 2001 From: Alejandro Velez Date: Tue, 5 Mar 2024 18:31:26 -0500 Subject: [PATCH 1/2] 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: From f82f4ec38efa7f25aaeaf5b9675999898b4f1a33 Mon Sep 17 00:00:00 2001 From: Alejandro Velez Date: Tue, 5 Mar 2024 18:34:42 -0500 Subject: [PATCH 2/2] mend --- .github/workflows/conda-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conda-tests.yml b/.github/workflows/conda-tests.yml index 36c2a15f..d4c3db2b 100644 --- a/.github/workflows/conda-tests.yml +++ b/.github/workflows/conda-tests.yml @@ -11,9 +11,8 @@ on: - avelez-dev - avelez-cellxgene-dev - '*' - pull_request: - # The branches below must be a subset of the branches above - branches: [ "main" ] + pull_request: + branches: [ "main" ] workflow_dispatch: jobs: