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

View File

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