Skip to content

Commit

Permalink
Stop creating new dev-image when just readme changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter authored Mar 3, 2024
1 parent a5a67ea commit 24b3308
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Unit Tests & Dev Deployment
on:
push:
branches: [ "dev" ]
paths:
- '**/*'
- '!README.md'

jobs:
unit-tests:
Expand Down Expand Up @@ -89,4 +92,4 @@ jobs:
with:
package-name: 'decluttarr'
package-type: 'container'
delete-only-untagged-versions: 'true'
delete-only-untagged-versions: 'true'

0 comments on commit 24b3308

Please sign in to comment.