From 3b69dfa3ccc8d7294f57b26f359fbc5ea0abdb20 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:38:40 +0200 Subject: [PATCH] stick to main branch for now with codeql --- .../.github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/codeql-analysis.yml b/src/Umbraco.Web.UI.Client/.github/workflows/codeql-analysis.yml index 39f4a0a50d..f4c83d58d3 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/codeql-analysis.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/codeql-analysis.yml @@ -2,10 +2,10 @@ name: 'CodeQL' on: push: - branches: [dev, main] + branches: [main] pull_request: # The branches below must be a subset of the branches above - branches: [dev] + branches: [main] schedule: - cron: '39 20 * * 3'