From eeb22cedeb7a227c476a38bc3ad9bb5efedbb499 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:39:27 +0530 Subject: T6637: test --- .github/workflows/check-unused-imports.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 1f2631e..e8aecc4 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -3,10 +3,14 @@ on: pull_request_target: branches: - current - - sagitta + paths: + - '**' + - '!.github/**' + - '!**/*.md' workflow_dispatch: permissions: + pull-requests: write contents: read jobs: -- cgit v1.2.3