From 65f17d39447be8a2ae20b15d4aea4ace746d4524 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Tue, 26 Sep 2023 09:22:36 +1000 Subject: [PATCH] Point CodeQL at the right branch Add workflow_dispatch --- .github/workflows/codeql-analysis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 919749b..78cb908 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,13 +12,12 @@ name: "CodeQL" on: + workflow_dispatch: push: - branches: [ master ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] - schedule: - - cron: '33 19 * * 2' + branches: [ main ] jobs: analyze: