Only C# script will run in actions

This commit is contained in:
MartinEesmaa 2023-03-14 22:02:19 +11:00
parent f52608cf03
commit 9044dc2640
No known key found for this signature in database
GPG Key ID: FD65711850BEEE70
1 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,11 @@ name: .NET
on:
push:
branches: [ master ]
paths:
- 'Program.cs'
pull_request:
branches: [ master ]
paths:
- 'Program.cs'
jobs:
build: