Skip to content

Commit

Permalink
Fixed the codeql to use the proper branch name. Updated README to ref…
Browse files Browse the repository at this point in the history
…lect build status in Azure. (#6)

Co-authored-by: Abdulkareem Siddiq <asiddiq@loopup.com>
  • Loading branch information
abdulkareem-siddiq and keiichi-morisato authored Jul 9, 2021
1 parent 16ab4be commit 4b7a6ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 <string>
Expand Down
1 change: 1 addition & 0 deletions string2map.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b7a6ec

Please sign in to comment.