summaryrefslogtreecommitdiff
path: root/.github/workflows/Code-Scanning.yml
diff options
context:
space:
mode:
authorJakob Lichtenberg (170957) <[email protected]>2024-09-23 19:52:02 -0700
committerJakob Lichtenberg (170957) <[email protected]>2024-09-23 19:52:02 -0700
commit19e5c3a10bb16b318e9e05a00f9502fa9920cdcc (patch)
tree73d17eb268b6a6beeae4582c406fbeb4a793be20 /.github/workflows/Code-Scanning.yml
parentd65f6bb4041fa74f969e78ce2cfc230a71e824b4 (diff)
parent5c4ceaef72f0af992966a7d2ac7ac7d897f091d3 (diff)
Merge branch 'develop'
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
-rw-r--r--.github/workflows/Code-Scanning.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml
index cd0d8abf..16aaff39 100644
--- a/.github/workflows/Code-Scanning.yml
+++ b/.github/workflows/Code-Scanning.yml
@@ -8,11 +8,17 @@ on:
branches:
- main
- develop
+ paths-ignore:
+ - '**.md'
+ - 'LICENSE'
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
- develop
+ paths-ignore:
+ - '**.md'
+ - 'LICENSE'
# Allow manual scheduling
workflow_dispatch:
@@ -37,9 +43,6 @@ jobs:
with:
submodules: 'recursive'
- - name: Install WDK VSIX
- run: .\.github\scripts\Install-Vsix.ps1
-
- name: Install Nuget Packages
run: nuget restore .\packages.config -PackagesDirectory .\packages\