Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ManiMatter/decluttarr into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Mar 3, 2024
2 parents 165b0e8 + 24b3308 commit 6dc8a35
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 6dc8a35

Please sign in to comment.