diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8af4d0d..53457fd 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 da0514a..2f39157 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: