fix(ci): only rebuild dotnet-project docker image on dotnet-specific changes
This commit is contained in:
parent
b6035838fd
commit
f2191c1cf6
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user