From 72ead295bb26e63ae15ec772032713a80af3ee9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Metrich?= <45318189+FredM67@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:08:10 +0200 Subject: [PATCH] Update codeql.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Metrich <45318189+FredM67@users.noreply.github.com> --- .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 0b2225a4..4e2506b0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,7 +13,7 @@ name: "CodeQL" on: push: - # branches: [ "main" ] + branches: [ "main" ] paths: - '**.ino' - '**.cpp' @@ -22,7 +22,7 @@ on: - '**codeql.yml' pull_request: # The branches below must be a subset of the branches above - # branches: [ "main" ] + branches: [ "main" ] paths: - '**.ino' - '**.cpp'