From d1c480912c5f2c965575089a7913e8a2d9bb1ed9 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 12 Apr 2026 00:19:14 +1000 Subject: [PATCH] Update CodeQL workflow to trigger on push and pull requests --- .github/workflows/codeql-analysis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 59b6aeaa..5c6f3d06 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,7 +11,13 @@ # name: CodeQL -on: [pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - '*' permissions: # added using https://github.com/step-security/secure-workflows contents: read