Skip to content

Commit

Permalink
Revert "Update trigger-azure-pipeline.yml"
Browse files Browse the repository at this point in the history
This reverts commit 232e41d.
  • Loading branch information
svelderrainruiz committed Dec 11, 2024
1 parent 14052af commit 5c829c7
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 @@ -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
Expand Down

0 comments on commit 5c829c7

Please sign in to comment.