From 393d7618bda1abb21efb4b5d50ace538e70d45bd Mon Sep 17 00:00:00 2001 From: Albert Copeland <124551390+iFargle@users.noreply.github.com> Date: Fri, 17 Mar 2023 18:36:18 +0900 Subject: [PATCH] Update codeql.yml --- .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 0b0608b..5b7f8ef 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,7 +13,7 @@ name: "CodeQL" on: push: - branches: all + branches: [ "main" ] pull_request: # The branches below must be a subset of the branches above branches: [ "main" ]