From cb17797b1bc4b3d7ce94991cebea353595237805 Mon Sep 17 00:00:00 2001 From: dsotirakis Date: Fri, 29 Nov 2024 17:01:10 +0200 Subject: [PATCH] Use single star --- .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 3f2bf306d..2c3a24351 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