fix(ci): run dotnet build only on update to dotnet projects
This commit is contained in:
14
.github/workflows/dotnetcore.yml
vendored
14
.github/workflows/dotnetcore.yml
vendored
@@ -1,6 +1,18 @@
|
|||||||
name: .NET Core
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user