diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6c44b0b..aee2d4b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ main ] schedule: - cron: '15 21 * * 3' diff --git a/README.md b/README.md index e1b5c49..029feed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # string2map [![CodeQL](https://github.com/SiddiqSoft/string2map/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/SiddiqSoft/string2map/actions/workflows/codeql-analysis.yml) +[![Build Status](https://dev.azure.com/siddiqsoft/siddiqsoft/_apis/build/status/SiddiqSoft.string2map?branchName=main)](https://dev.azure.com/siddiqsoft/siddiqsoft/_build/latest?definitionId=3&branchName=main) Simple C++17 library to aid in the parsing of HTTP headers into a STL map-type container. @@ -33,7 +34,7 @@ typename | Type | Comment ## Usage -Get it from [nuget](https://www.nuget.org/packages/string2map/) +Get it from [nuget](https://www.nuget.org/packages/string2map/) or you can submodule it. ```cpp #include diff --git a/string2map.sln b/string2map.sln index 4830bb2..f30942d 100644 --- a/string2map.sln +++ b/string2map.sln @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .clang-format = .clang-format .clang-tidy = .clang-tidy azure-pipelines.yml = azure-pipelines.yml + .github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml LICENSE = LICENSE README.md = README.md EndProjectSection