diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2022-06-12 19:27:10 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2022-06-12 19:27:10 -0400 |
| commit | de0eb9dd4443ff2f852e40ce518e2e8ef537a5f1 (patch) | |
| tree | 2306c7a061e3bd762d0260fd55eed34b3667c8a2 /.github/workflows/codeql-analysis.yml | |
| parent | a7685b171e5a36795e62a641ca54806d254c8f65 (diff) | |
Fix builds not getting triggered on pushes to tags
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0abf7c96..9f8f1467 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,6 +14,7 @@ name: "CodeQL" on: push: branches: [ master ] + tags: [ 'v*' ] pull_request: # The branches below must be a subset of the branches above branches: [ master ] |
