Skip to content

Commit

Permalink
Enable code ql for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Stuart committed Jan 26, 2023
1 parent 291deaa commit 0cc63f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches:
- master
- 'release/*'
pull_request:
# The branches below must be a subset of the branches above
branches:
Expand Down Expand Up @@ -45,7 +47,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
languages: go
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit 0cc63f6

Please sign in to comment.