Changing workflow so that it triggers on branch push only if Compose file changes.

This commit is contained in:
2025-01-16 16:14:54 -05:00
parent b350653814
commit 5495f51326
@@ -4,6 +4,8 @@ on:
push:
branches-ignore:
- main
paths:
- './docker-compose.yml'
jobs:
check-and-create-pr: