From 1abf3fd20d95673bfdc68e62e3b1d6dfd7d5167b Mon Sep 17 00:00:00 2001 From: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:05:19 -0700 Subject: [PATCH] Update Code-Scanning.yml --- .github/workflows/Code-Scanning.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index c943d525d..2820d2205 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -8,6 +8,9 @@ on: branches: - main - develop + paths-ignore: + - '**.md' + - 'LICENSE' pull_request: # The branches below must be a subset of the branches above branches: @@ -36,10 +39,7 @@ jobs: uses: actions/checkout@v4 with: submodules: 'recursive' - - - name: Install WDK VSIX - run: .\.github\scripts\Install-Vsix.ps1 - + - name: Install Nuget Packages run: nuget restore .\packages.config -PackagesDirectory .\packages\