Skip to content

Commit f9c16d7

Browse files
Build langflow packages
1 parent 1d9a667 commit f9c16d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_packages.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'release/**'
77
- 'hotfix/**'
88
- 'develop'
9+
- feature/packages-langflow
910
paths:
1011
- '.github/workflows/build_packages.yml'
1112
workflow_dispatch:
@@ -40,9 +41,9 @@ env:
4041
PRODUCT_LOW: "docspace"
4142
BUILD_NUMBER: ${{ github.run_number }}
4243
PACKAGE_DIRECTORY: "/home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}"
43-
BRANCH_BUILDTOOLS: ${{ github.event.inputs.branch-buildtools != '' && github.event.inputs.branch-buildtools || github.ref_name || 'develop' }}
44-
BRANCH_CLIENT: ${{ github.event.inputs.branch-client != '' && github.event.inputs.branch-client || github.ref_name || 'develop' }}
45-
BRANCH_SERVER: ${{ github.event.inputs.branch-server != '' && github.event.inputs.branch-server || github.ref_name || 'develop' }}
44+
BRANCH_BUILDTOOLS: 'feature/packages-langflow'
45+
BRANCH_CLIENT: 'feature/langflow'
46+
BRANCH_SERVER: 'feature/langflow'
4647

4748
jobs:
4849
prepare:

0 commit comments

Comments
 (0)