From debfbe0ee24df3a763b86b30f4abee725284b177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Dupr=C3=A9?= Date: Wed, 15 Mar 2023 16:49:01 +0100 Subject: [PATCH] update codeql (#614) Signed-off-by: xadupre --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 88c09c99..6856059e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: [ 'main', 'gh-pages' ] + branches: [ 'main' ] pull_request: # The branches below must be a subset of the branches above branches: [ 'main' ]