Skip to content

Commit 3fa185a

Browse files
author
Evans Aboge (from Dev Box)
committed
Only trigger for main and tags
1 parent 5b49fbf commit 3fa185a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ variables:
2929
GitUserName: "Microsoft Graph DevX Tooling"
3030
REGISTRY: 'msgraphprodregistry.azurecr.io'
3131
IMAGE_NAME: 'public/microsoftgraph/powershell'
32-
PREVIEW_BRANCH: 'refs/heads/task/migrate-acr-push-pipeline' # Updated to target your branch
32+
PREVIEW_BRANCH: 'refs/heads/main' # Updated to target your branch
3333

3434
trigger:
3535
branches:
3636
include:
3737
- main
3838
- dev
39-
- task/migrate-acr-push-pipeline
4039
tags:
4140
include:
4241
- v*

0 commit comments

Comments
 (0)