fix(ci): run dotnet build only on update to dotnet projects
This commit is contained in:
parent
12d267ed1f
commit
8e23321c59
14
.github/workflows/dotnetcore.yml
vendored
14
.github/workflows/dotnetcore.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user