From 968319f1bd09f0a3afa1bb9d7a4e8d8818541950 Mon Sep 17 00:00:00 2001 From: uranium Date: Thu, 22 Aug 2024 21:37:52 +0530 Subject: [PATCH] Added Semgrep --- .github/workflows/semgrep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index ba2fc59..961aa5f 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -2,9 +2,9 @@ name: Semgrep Scan on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] jobs: semgrep: