We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08943c1 commit 1b36d79Copy full SHA for 1b36d79
.pipelines/trigger.yaml
@@ -52,7 +52,7 @@ extends:
52
compiled:
53
enabled: true
54
# Enables CodeQL on PR branches
55
- ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/')) }}:
+ ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
56
enabledOnNonDefaultBranches: true
57
stages:
58
- template: /.pipelines/pipeline.yaml@azure-container-networking
0 commit comments