Changes to docker-slim.yml now trigger action
This commit is contained in:
parent
1569966cf6
commit
fb67d309c9
|
|
@ -2,6 +2,12 @@ name: Docker Slim
|
||||||
|
|
||||||
#Only trigger, when the build workflow succeeded
|
#Only trigger, when the build workflow succeeded
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- ".github/workflows/docker-slim.yml"
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Docker Image CI"]
|
workflows: ["Docker Image CI"]
|
||||||
types:
|
types:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue