diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index c9f598ea4..a431beedc 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -3,13 +3,7 @@ name: Bandit Security Check on: workflow_dispatch: pull_request: - paths: - - plugins/** - - tests/** push: - paths: - - plugins/** - - tests/** jobs: bandit-check: runs-on: ubuntu-latest