From 09af98e5ae99c82669c9bb3ff4b4055d062c08bc Mon Sep 17 00:00:00 2001 From: Michal Fiedorowicz Date: Mon, 14 Oct 2024 16:59:26 +0100 Subject: [PATCH] chore: run lint and tests workflow on plugin code change only Signed-off-by: Michal Fiedorowicz --- .github/workflows/lint-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint-tests.yml b/.github/workflows/lint-tests.yml index e47f24f..572872b 100644 --- a/.github/workflows/lint-tests.yml +++ b/.github/workflows/lint-tests.yml @@ -2,9 +2,13 @@ name: Lint and tests on: workflow_dispatch: pull_request: + paths: + - "netbox_diode_plugin/**" push: branches: - "!release" + paths: + - "netbox_diode_plugin/**" concurrency: group: ${{ github.workflow }}