diff --git a/.github/workflows/check-for-non-releasable-actions.yaml b/.github/workflows/check-for-non-releasable-actions.yaml index a24ddf29c..3f2bf306d 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