From 028fa48f71e6ff16096ff40e30c65ce782b03709 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 12 May 2023 01:04:17 +0000 Subject: [PATCH] Generate images on push --- .github/workflows/images.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 548ad6b..8e2f34e 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -1,7 +1,9 @@ name: Generate Images on: - workflow_dispatch: + push: + paths: + - 'tools/**' jobs: debian-images: