ci: run LSIF on all main and release branch pushes (#28883)

This commit is contained in:
Robert Lin 2021-12-13 00:00:27 -08:00 committed by GitHub
parent db4d1dbf84
commit 485220ff52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,10 @@
name: LSIF-Go
name: lsif-ts
on:
push:
branches:
- main
- '[0-9]+.[0-9]+' # release branches
pull_request:
paths:
- '**.go'

View File

@ -1,9 +1,14 @@
name: LSIF-Ts
name: lsif-ts
on:
push:
branches:
- main
- '[0-9]+.[0-9]+' # release branches
pull_request:
paths:
- '**.ts'
- '**.js'
jobs:
lsif-tsc-eslint:
# Skip running on forks