From 5c829c7c02820ff55b633794f7ebba2f604c0be1 Mon Sep 17 00:00:00 2001 From: sergiov-ni Date: Wed, 11 Dec 2024 11:25:15 -0700 Subject: [PATCH] Revert "Update trigger-azure-pipeline.yml" This reverts commit 232e41de7865ac11b3fdb53db76f814b9923ffec. --- .github/workflows/trigger-azure-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-azure-pipeline.yml b/.github/workflows/trigger-azure-pipeline.yml index 0153012..b8be5de 100644 --- a/.github/workflows/trigger-azure-pipeline.yml +++ b/.github/workflows/trigger-azure-pipeline.yml @@ -7,7 +7,7 @@ on: jobs: trigger-azure-pipeline: runs-on: ubuntu-latest - if: contains(github.event.pull_request.base.ref, 'main') + if: contains(github.event.pull_request.base.ref, 'develop') steps: - name: Check if authorized to run tests id: check