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