Skip to content

Commit 1b36d79

Browse files
author
Sheyla Trudo
committed
fixup! Template
1 parent 08943c1 commit 1b36d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extends:
5252
compiled:
5353
enabled: true
5454
# Enables CodeQL on PR branches
55-
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/')) }}:
55+
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
5656
enabledOnNonDefaultBranches: true
5757
stages:
5858
- template: /.pipelines/pipeline.yaml@azure-container-networking

0 commit comments

Comments
 (0)