From 845f415e5aa361251dd67c203159d1acae93fe76 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Wed, 26 Jul 2023 23:53:34 +0200 Subject: [PATCH] Remove devbot branch from njsscan --- .github/workflows/njsscan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/njsscan.yml b/.github/workflows/njsscan.yml index 5cf6cee..32f1710 100644 --- a/.github/workflows/njsscan.yml +++ b/.github/workflows/njsscan.yml @@ -10,10 +10,10 @@ name: njsscan sarif on: push: - branches: [ "master", "devbot" ] + branches: [ "master", ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master", "devbot" ] + branches: [ "master", ] schedule: - cron: '43 12 * * 6'