From ebd55bdb7bec671371dd5cf5753c49a893a13295 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:07:01 +0530 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0bb8689..a61020d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,10 +1,9 @@ -name: "CodeQL" +name: CodeQL on: push: - branches: [ "master" ] + branches: master pull_request: - branches: [ "**" ] workflow_dispatch: schedule: - cron: '30 13 * * 6'