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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- ".github/workflows/docker-slim.yml"
|
||||
workflow_run:
|
||||
workflows: ["Docker Image CI"]
|
||||
types:
|
||||
|
|
|
|||
Loading…
Reference in New Issue