From 2be8ed14c6a9d6b136529c5046b84d1412fbcb04 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 5 Jul 2024 00:36:46 +0530 Subject: T6556: trigger workflow branches cleanup - circinus --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 12654e42e..0a7c18ba6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,10 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current", "sagitta", "equuleus", "circinus" ] + branches: [ "circinus" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "current" ] + branches: [ "circinus" ] schedule: - cron: '22 10 * * 0' -- cgit v1.2.3