diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a181165..9d520b7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ js-archive ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ js-archive ] + branches: [ main ] schedule: - cron: '40 13 * * 2' diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7fc31d9..3f0f7d8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -5,10 +5,10 @@ on: # but only for the main branch push: branches: - - js-archive + - main pull_request_target: branches: - - js-archive + - main jobs: run-linters: