From 17cbcf7e363b1f1db1a20f1fddbb9391977830be Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Mon, 14 Aug 2023 11:37:51 +0200 Subject: [PATCH] Update CI-codeql.yml --- .github/workflows/CI-codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-codeql.yml b/.github/workflows/CI-codeql.yml index ab300214a..b283cb7be 100644 --- a/.github/workflows/CI-codeql.yml +++ b/.github/workflows/CI-codeql.yml @@ -2,12 +2,12 @@ name: CI-CodeQL on: push: - branches: [ v2.x ] + branches: [ "v2.x" ] paths-ignore: - '.github/**' - '**.md' pull_request: - branches: [ v2.x ] + branches: [ "v2.x" ] paths-ignore: - '.github/**' - '**.md'