Skip to content

Commit b2ad813

Browse files
Add trigger configuration for branches in CodeQL analysis pipeline
1 parent 4542029 commit b2ad813

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

azure_pipelines/codeql_analysis_pr.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# This pipeline is manually triggered
2-
trigger: none
2+
trigger:
3+
branches:
4+
include:
5+
- "*"
6+
pr:
7+
branches:
8+
include:
9+
- "*"
310

411
pool:
512
vmImage: ubuntu-latest

0 commit comments

Comments
 (0)