From 02fce93d02c1ca4f737b226e2ad0db23281da1f6 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Mon, 22 Aug 2022 10:47:57 +0000 Subject: [PATCH] update(CI): remove release branches from the `push` event Signed-off-by: Andrea Terzolo Co-authored-by: Jason Dellaluce --- .github/workflows/codeql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 59e7f588..d1e69882 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -13,7 +13,7 @@ name: "CodeQL" on: push: - branches: [ "master", release/0.26.2, release/0.32.2 ] + branches: [ "master" ] pull_request: # The branches below must be a subset of the branches above branches: [ "master" ]