From e78cb552da9bd05390ae8c1d80e245455705476d Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Tue, 14 Jun 2022 08:44:52 +0530 Subject: [PATCH] ci: update branch names --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/linter.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: