From 160c5daea0c631e0cfa863db935d00cf2a009f84 Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:52:58 +0530 Subject: [PATCH] bandit workflow to run when any file is changed --- .github/workflows/bandit.yml | 6 ------ 1 file changed, 6 deletions(-) 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