From a6601c352b8e15fbfef999e7e2ae27e0183aa272 Mon Sep 17 00:00:00 2001 From: Niklas Hackelberg Date: Thu, 14 Nov 2024 14:52:58 +0100 Subject: [PATCH] Update Semgrep.yml for master branch --- .github/workflows/Semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Semgrep.yml b/.github/workflows/Semgrep.yml index 2f727b9..62f63cf 100644 --- a/.github/workflows/Semgrep.yml +++ b/.github/workflows/Semgrep.yml @@ -9,7 +9,7 @@ on: # Scan on-demand through GitHub Actions interface: workflow_dispatch: branches: - - main + - master # Schedule the CI job (this method uses cron syntax): schedule: - cron: '0 0 * * 1' # Run at start of week