File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
- ' release/**'
7
7
- ' hotfix/**'
8
8
- ' develop'
9
+ - feature/packages-langflow
9
10
paths :
10
11
- ' .github/workflows/build_packages.yml'
11
12
workflow_dispatch :
40
41
PRODUCT_LOW : " docspace"
41
42
BUILD_NUMBER : ${{ github.run_number }}
42
43
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 '
46
47
47
48
jobs :
48
49
prepare :
You can’t perform that action at this time.
0 commit comments