From 5cd15cbd8e3a72c46618bec6b351f215b2873cc6 Mon Sep 17 00:00:00 2001 From: Nirav Parikh Date: Mon, 27 Jun 2022 12:02:15 +0530 Subject: [PATCH] fixed action criteria --- .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 8ae5d04..5ba66a4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,7 +13,7 @@ name: "CodeQL" on: push: - branches: [ "main", *main* ] + branches: [ "main", "*main*" ] pull_request: # The branches below must be a subset of the branches above branches: [ "main" ]