Skip to content

Commit fb67d30

Browse files
authored
Changes to docker-slim.yml now trigger action
1 parent 1569966 commit fb67d30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-slim.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Docker Slim
22

33
#Only trigger, when the build workflow succeeded
44
on:
5+
push:
6+
branches:
7+
- master
8+
- main
9+
paths:
10+
- ".github/workflows/docker-slim.yml"
511
workflow_run:
612
workflows: ["Docker Image CI"]
713
types:

0 commit comments

Comments
 (0)