mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
ci: update branch names
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
4
.github/workflows/linter.yml
vendored
4
.github/workflows/linter.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user