Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdh1418 <mitchhwang1418@gmail.com>2022-11-11 00:49:52 +0300
committermdh1418 <mitchhwang1418@gmail.com>2022-11-11 00:49:52 +0300
commite6c86291df231f568ff81ea6d2161d307b7e684e (patch)
treea430bdf208ec092cdb5c464c14ce39392b077162
parentf5b7a2f2e9f02df486878db66664859bcfc39d6b (diff)
Fix branches for codeql
-rw-r--r--eng/azure-pipelines-codeql.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/azure-pipelines-codeql.yml b/eng/azure-pipelines-codeql.yml
index 41480ef4bb71..c27782483bf1 100644
--- a/eng/azure-pipelines-codeql.yml
+++ b/eng/azure-pipelines-codeql.yml
@@ -6,7 +6,8 @@ schedules:
displayName: Weekly Monday CodeQL/Semmle run
branches:
include:
- - main
+ - dotnet/main
+ - objwriter/12.x
always: true
variables: