mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 05:54:00 +02:00
Stop creating new dev-image when just readme changed
This commit is contained in:
5
.github/workflows/dev.yml
vendored
5
.github/workflows/dev.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user