From b9296a6c430928178320e269fc253734454e791e Mon Sep 17 00:00:00 2001 From: vijayakumar-ayyavoo_tmna Date: Tue, 7 May 2024 12:53:09 +0530 Subject: feat: added codeql caller workflow - workflow dispatch --- .github/workflows/codeql-caller.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/codeql-caller.yml b/.github/workflows/codeql-caller.yml index 81ec131fe..5b2ee4d8e 100644 --- a/.github/workflows/codeql-caller.yml +++ b/.github/workflows/codeql-caller.yml @@ -12,6 +12,7 @@ name: "Call CodeQL Analysis" on: + workflow_dispatch: push: branches: [ "current", crux, equuleus ] pull_request: -- cgit v1.2.3