diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-09 00:55:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 00:55:50 +0530 |
commit | 0829174325f18bdc202629f9c8411c990b0a6aa3 (patch) | |
tree | e0e47b51efd06f71f4afb9fad0940c414c0b0c85 /.github/workflows/check-unused-imports.yml | |
parent | a967d32c128a03b0ae1b49a008b6637c4be2e1ef (diff) | |
download | vyos-1x-0829174325f18bdc202629f9c8411c990b0a6aa3.tar.gz vyos-1x-0829174325f18bdc202629f9c8411c990b0a6aa3.zip |
T6564: workflow trigger restrctions for equuleus
Diffstat (limited to '.github/workflows/check-unused-imports.yml')
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 58f8cff14..412b67b1b 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -3,6 +3,10 @@ on: pull_request_target: branches: - equuleus + paths: + - '**' + - '!.github/**' + - '!**/*.md' workflow_dispatch: permissions: |