Changes to docker-slim.yml now trigger action

This commit is contained in:
George 2024-06-19 17:15:26 -03:00 committed by GitHub
parent 1569966cf6
commit fb67d309c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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: