Changing workflow so that it triggers on branch push only if Compose file changes.
This commit is contained in:
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- main
|
||||
paths:
|
||||
- './docker-compose.yml'
|
||||
|
||||
jobs:
|
||||
check-and-create-pr:
|
||||
|
||||
Reference in New Issue
Block a user