From 4ba055164973817bceac811912850ef62b4382e3 Mon Sep 17 00:00:00 2001 From: Jozef Reisinger Date: Sat, 11 Dec 2021 19:52:44 +0100 Subject: [PATCH] run CodeQL on new tag (plus schedule) --- .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 be26944..31fee6c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,11 +12,10 @@ name: "CodeQL" on: - push: - branches: [ master ] pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] + push: + tags: + - '*' schedule: - cron: '20 17 * * 0'