Restore config file and prevent duplicate run for feature branches

This commit is contained in:
Paul Johnson
2022-01-17 21:41:24 +00:00
parent 2c44d67686
commit c410f78986
2 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: "Code scanning - action"
on:
push:
branches: ['*/dev','*/contrib', '*/feature/**']
branches: ['*/dev','*/contrib']
pull_request:
# The branches below must be a subset of the branches above
branches: ['*/dev','*/contrib']
@@ -26,3 +26,5 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
with:
config-file: ./.github/config/codeql-config.yml