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

View File

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