Skip to content

Commit

Permalink
deploy: msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stowmyy authored Oct 9, 2024
1 parent d9e82b9 commit ed9b3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ ]

env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: .
SOLUTION_FILE_PATH: ./dropship

# Configuration type to build.
# You can convert this to a build matrix if you need coverage of multiple configuration types.
Expand Down

0 comments on commit ed9b3d7

Please sign in to comment.