Skip to content

Commit

Permalink
Update trigger-azure-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz authored Dec 12, 2024
1 parent 32e6343 commit f9f7e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
trigger-azure-pipeline:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.base.ref, 'main') || github.event_name == 'workflow_dispatch'
if: contains(github.event.pull_request.base.ref, 'develop') || github.event_name == 'workflow_dispatch'
steps:
- name: Check if authorized to run tests
id: check
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
echo "Could not extract run ID from the response."
exit 1
fi
echo "run_id=$RUN_ID" >> $GITHUB_OUTPUT
echo "run_id=$RUN_ID" >> $GITHUB_OUTPUT

0 comments on commit f9f7e00

Please sign in to comment.