From 885b12d5ab7910390f9b2e9042e34ede4593618f Mon Sep 17 00:00:00 2001 From: dsotirakis Date: Fri, 29 Nov 2024 17:10:22 +0200 Subject: [PATCH] Trigger action when there's a change in actions/ --- .github/workflows/check-for-non-releasable-actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-for-non-releasable-actions.yaml b/.github/workflows/check-for-non-releasable-actions.yaml index 7266d5451..57dad4993 100644 --- a/.github/workflows/check-for-non-releasable-actions.yaml +++ b/.github/workflows/check-for-non-releasable-actions.yaml @@ -2,7 +2,7 @@ name: Check for non-releasable actions on: pull_request: paths: - - actions/ + - actions/** - .github/workflows/check-for-non-releasable-actions.yaml - release-please-config.json types: @@ -15,7 +15,7 @@ on: branches: - main paths: - - actions/ + - actions/** - .github/workflows/check-for-non-releasable-actions.yaml - release-please-config.json