From 9ad96e21ab47a28bca28b12f04120b7b73518308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20B=C3=A1nffy?= Date: Sat, 7 Oct 2023 14:48:58 +0100 Subject: [PATCH] Update shiftleft-analysis.yml Branch master was renamed to main --- .github/workflows/shiftleft-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shiftleft-analysis.yml b/.github/workflows/shiftleft-analysis.yml index 080553b..d5b12aa 100644 --- a/.github/workflows/shiftleft-analysis.yml +++ b/.github/workflows/shiftleft-analysis.yml @@ -10,10 +10,10 @@ name: SL Scan on: push: - branches: [ master, develop ] + branches: [ main, develop ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ main ] schedule: - cron: '45 17 * * 1'