From 37f7afc04773101ca9fe61ed1ba7e444219ae09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= <11882946+mkuf@users.noreply.github.com> Date: Sun, 6 Oct 2024 07:17:53 +0200 Subject: [PATCH] [ci] start review workflow on changes to actions --- .github/workflows/image-build-review.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/image-build-review.yaml b/.github/workflows/image-build-review.yaml index a170fdf..b750a53 100644 --- a/.github/workflows/image-build-review.yaml +++ b/.github/workflows/image-build-review.yaml @@ -2,6 +2,7 @@ name: 'Build Images for Review' on: pull_request: paths: + - .github/actions/** - .github/workflows/image-build-review.yaml - scripts/build/** - docker/**