fix(ci): only rebuild dotnet-project docker image on dotnet-specific changes

This commit is contained in:
spiral 2022-09-20 14:27:41 +00:00
parent b6035838fd
commit f2191c1cf6
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -1,7 +1,13 @@
name: Build and push Docker image
name: Build and push Docker image
on:
push:
branches: [main]
paths:
- 'Myriad/**'
- 'PluralKit.API/**'
- 'PluralKit.Bot/**'
- 'PluralKit.Core/**'
jobs:
deploy:
runs-on: ubuntu-latest