mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-16 16:02:43 -05:00
Run CI on tsgo-port branch
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -5,10 +5,12 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
- tsgo-port
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
- tsgo-port
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -70,6 +72,8 @@ jobs:
|
||||
git diff --staged --exit-code
|
||||
|
||||
coverage:
|
||||
if: ${{ github.ref != 'refs/heads/tsgo-port' }}
|
||||
|
||||
runs-on:
|
||||
- 'self-hosted'
|
||||
- '1ES.Pool=TypeScript-1ES-GitHub-Large'
|
||||
|
||||
Reference in New Issue
Block a user