From 31dd06213538d90b63cbaaffd198beb4453b3264 Mon Sep 17 00:00:00 2001 From: LilbabxJJ-1 <99676249+LilbabxJJ-1@users.noreply.github.com> Date: Mon, 13 May 2024 02:48:30 -0500 Subject: [PATCH] Update bandit.yml --- .github/workflows/bandit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index e2d8222..1d503cc 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -13,10 +13,10 @@ name: Bandit on: push: - branches: [ "master" ] + branches: [ "v1" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master" ] + branches: [ "v1" ] schedule: - cron: '16 22 * * 4'