fix(ci): run dotnet build only on update to dotnet projects

This commit is contained in:
spiral 2022-11-18 03:36:32 +00:00
parent 12d267ed1f
commit 8e23321c59
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -1,6 +1,18 @@
name: .NET Core
on: [push, pull_request]
on:
push:
paths:
- 'Myriad/**'
- 'PluralKit.API/**'
- 'PluralKit.Bot/**'
- 'PluralKit.Core/**'
pull_request:
paths:
- 'Myriad/**'
- 'PluralKit.API/**'
- 'PluralKit.Bot/**'
- 'PluralKit.Core/**'
jobs:
build: