From 7294d64895d2280bbeffefd72e6f35da0da0e54f Mon Sep 17 00:00:00 2001 From: viral32111 <19510403+viral32111@users.noreply.github.com> Date: Sun, 20 Aug 2023 13:27:21 +0100 Subject: [PATCH] Why is CodeQL not running? --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae921ec..7f2c8c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: branches: - '**' tags: - - '*.*.*' + - '*.*.*' workflow_dispatch: env: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f8256b4..f7cb074 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,9 +3,9 @@ name: CodeQL on: push: paths: - - '**' + - '**' branches: - - '**' + - '**' schedule: - cron: '0 0 * * 0'