Adding steps for detecting Docker changes in cocker-compose.yml.
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
|||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'main'
|
- 'main'
|
||||||
paths:
|
paths:
|
||||||
- **/docker-compose.yml
|
- '**/docker-compose.yml'
|
||||||
jobs:
|
jobs:
|
||||||
check-and-create-pr:
|
check-and-create-pr:
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
|
|||||||
Reference in New Issue
Block a user