Modifying manual workflow so it's not triggered by Renovate branches.

This commit is contained in:
2025-09-05 16:45:20 -04:00
parent 4f92dca565
commit 2a4df8543b
@@ -5,6 +5,7 @@ on:
push: push:
branches-ignore: branches-ignore:
- 'main' - 'main'
- 'renovate/**'
paths: paths:
- '**/docker-compose.yml' - '**/docker-compose.yml'