Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz committed Dec 12, 2024
1 parent 934ec7b commit f72d540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Use the PR's head ref for the pipeline branch if it's a PR event
# If manually triggered (workflow_dispatch), default to a known branch like 'develop'
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
PR_HEAD_REF="develop"
PR_HEAD_REF="main"
else
PR_HEAD_REF="${{ github.event.pull_request.head.ref }}"
fi
Expand Down

0 comments on commit f72d540

Please sign in to comment.