Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Nov 8, 2024
1 parent 079b671 commit fd3ea25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
# Trigger the workflow on any pull request
pull_request:
workflow_dispatch:
inputs:
lsp_branch:
description: "Branch name of lsp"
default: "main"

jobs:
dist:
Expand Down Expand Up @@ -60,7 +64,7 @@ jobs:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
repo: smallcloudai/refact-lsp
branch: main
branch: ${{ inputs.lsp_branch }}
path: ./assets
name: dist-${{ matrix.target }}

Expand Down

0 comments on commit fd3ea25

Please sign in to comment.