Skip to content

Commit 8c7d4cb

Browse files
fix trigger
1 parent d137960 commit 8c7d4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/azure_pipeline_mergedbranches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ extends:
908908
and(
909909
eq(variables['Build.Reason'], 'PullRequest'),
910910
or(
911-
eq(variables['System.PullRequest.SourceBranch'], 'refs/heads/zane/ci-agent-auto-deploy'),
911+
eq(variables['System.PullRequest.SourceBranch'], 'zane/ci-agent-auto-deploy'),
912912
contains(variables['System.PullRequest.SourceBranch'], 'run-e2e')
913913
)
914914
)

0 commit comments

Comments
 (0)