Skip to content

Commit

Permalink
Update Code-Scanning.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ronstadt authored Sep 23, 2024
1 parent 903503c commit 1abf3fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Code-Scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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\

Expand Down

0 comments on commit 1abf3fd

Please sign in to comment.