From f31d0a0b38e1d85050ad8e5cd3ce32fa27955698 Mon Sep 17 00:00:00 2001 From: Fernando Gont Date: Wed, 16 Oct 2024 05:51:03 -0300 Subject: [PATCH] Update branches --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 37cb049..0efcecf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,9 +13,11 @@ name: "CodeQL" on: push: + branches: - '**' pull_request: # The branches below must be a subset of the branches above + branches: - '**' schedule: - cron: '20 16 * * 3'