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 }}