From a2533d5f9b9c717d9df057c427fa9c3b01792c0b Mon Sep 17 00:00:00 2001 From: jakubmkowalski Date: Fri, 5 Apr 2024 18:16:27 +0200 Subject: [PATCH] feat: adds branch main to workflow files --- .github/workflows/codeql-analysis.yml | 8 ++++++-- .github/workflows/sync-labels.yml | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8af4d0d6..53457fd7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,10 +7,14 @@ name: "CodeQL" on: push: - branches: [master] + branches: + - master + - main pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: + - master + - main # schedule: # - cron: '0 23 * * 0' diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index da0514af..2f391573 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - main paths: - .github/labels.yml jobs: