diff --git a/.github/workflows/gradle-check.yml b/.github/workflows/gradle-check.yml index 5e721a3665fa6..0921aff721836 100644 --- a/.github/workflows/gradle-check.yml +++ b/.github/workflows/gradle-check.yml @@ -9,6 +9,8 @@ on: types: [opened, synchronize, reopened] paths-ignore: - 'release-notes/**' + - '.github/**' + - '**.md' permissions: contents: read # to fetch code (actions/checkout)