Stop creating new dev-image when just readme changed

This commit is contained in:
ManiMatter
2024-03-03 11:04:27 +01:00
committed by GitHub
parent a5a67eadb4
commit 24b3308d68

View File

@@ -3,6 +3,9 @@ name: Unit Tests & Dev Deployment
on:
push:
branches: [ "dev" ]
paths:
- '**/*'
- '!README.md'
jobs:
unit-tests:
@@ -89,4 +92,4 @@ jobs:
with:
package-name: 'decluttarr'
package-type: 'container'
delete-only-untagged-versions: 'true'
delete-only-untagged-versions: 'true'