mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
ci: run LSIF on all main and release branch pushes (#28883)
This commit is contained in:
parent
db4d1dbf84
commit
485220ff52
6
.github/workflows/lsif-go.yml
vendored
6
.github/workflows/lsif-go.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: LSIF-Go
|
||||
name: lsif-ts
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '[0-9]+.[0-9]+' # release branches
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.go'
|
||||
|
||||
|
||||
7
.github/workflows/lsif-ts.yml
vendored
7
.github/workflows/lsif-ts.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user