ci: update branch names

This commit is contained in:
EvolutionX
2022-06-14 08:44:52 +05:30
parent f650171030
commit e78cb552da
2 changed files with 4 additions and 4 deletions

View File

@@ -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'

View File

@@ -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: