Skip to content

Commit

Permalink
Build vsix on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jan 31, 2024
1 parent 376fbff commit b24cb70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
push:
branches:
- main
pull_request:
branches:
- "main"

# See https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
build-language-server:
Expand Down

0 comments on commit b24cb70

Please sign in to comment.