diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-06 11:38:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 11:38:14 +0530 |
commit | 993976215e1b1dc8d43664f72c0144c09ab883bf (patch) | |
tree | 0c62d31a5a5ce7f82ddd56455ac4a6a07a12ca33 | |
parent | 16bb71472e69bf6d4938b3f479bfece6822beb8f (diff) | |
download | vyos-workflow-test-temp-993976215e1b1dc8d43664f72c0144c09ab883bf.tar.gz vyos-workflow-test-temp-993976215e1b1dc8d43664f72c0144c09ab883bf.zip |
T6637: check
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 6 |
1 files changed, 5 insertions, 1 deletions
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: |