Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz authored Dec 12, 2024
2 parents 9f3fa3e + 277eced commit bd6dd93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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, 'develop')
if: contains(github.event.pull_request.base.ref, 'main')
steps:
- name: Check if authorized to run tests
id: check
Expand All @@ -22,7 +22,6 @@ jobs:
ORG="sergiovelderrain"
PROJECT="sergiovelderrain"
PIPELINE_ID="3"
# You can try a more recent api-version, for example "7.1-preview.1".
API_VERSION="6.0-preview.1"
if [ -z "$PAT" ]; then
Expand Down

0 comments on commit bd6dd93

Please sign in to comment.