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'