Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UnusualNorm authored Jun 4, 2022
1 parent 474fae5 commit 1c430d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: MSBuild
on:
workflow_dispatch:
push:
paths:
- "OculusKiller.sln"
- "OculusKiller/*"
pull_request:

env:
Expand All @@ -28,7 +25,7 @@ jobs:
- uses: actions/checkout@v3

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 1c430d9

Please sign in to comment.