mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Update msbuild.yml
This commit is contained in:
parent
cf4a374d3d
commit
7a9ec1ed8a
1 changed files with 5 additions and 1 deletions
6
.github/workflows/msbuild.yml
vendored
6
.github/workflows/msbuild.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: Build server manager applications - servermanagers
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- './src/**'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
# Path to the solution file relative to the root of the project.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue