mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-02 02:17:04 +01:00
Only C# script will run in actions
This commit is contained in:
parent
f52608cf03
commit
9044dc2640
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@ -2,9 +2,11 @@ name: .NET
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'Program.cs'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'Program.cs'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user