Skip to content

Commit

Permalink
CI: build vsix on leapide-* branches and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir committed Mar 18, 2022
1 parent 9c21f7c commit 8edb720
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
- 'release'
- 'release/*'
- 'release-*'
- 'leapide-*'
pull_request:
branches:
- main
- 'release'
- 'release/*'
- 'release-*'
- 'leapide-*'

env:
NODE_VERSION: 12.15.0
Expand All @@ -21,7 +29,7 @@ env:
jobs:
setup:
name: Set up
if: github.repository == 'microsoft/vscode-python'
#if: github.repository == 'microsoft/vscode-python'
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -43,7 +51,7 @@ jobs:
build-vsix:
name: Build VSIX
if: github.repository == 'microsoft/vscode-python'
#if: github.repository == 'microsoft/vscode-python'
needs: setup
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8edb720

Please sign in to comment.