From 6e6d22403cab478faebd190510cee1477b6f0e79 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 30 Apr 2023 20:51:28 +0300 Subject: [PATCH] Fix flawfinder workflow --- .github/workflows/flawfinder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flawfinder.yml b/.github/workflows/flawfinder.yml index 9aab577..8b86923 100644 --- a/.github/workflows/flawfinder.yml +++ b/.github/workflows/flawfinder.yml @@ -7,10 +7,10 @@ name: flawfinder on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ "master" ] schedule: - cron: '21 1 * * 1'