From 694524cb6fad007698a352524b5451ca7cdcb56e Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 13 May 2024 11:01:24 +0200 Subject: [PATCH] Run CodeQL on push --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8164922..3ef873f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,8 +12,8 @@ name: "CodeQL" on: - # push: - # branches: [ "main", "master" ] + push: + branches: [ "main", "master" ] schedule: - cron: '0 0 * * *' pull_request: