Skip to content

Commit

Permalink
Test build packages on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Feb 12, 2025
1 parent 33406b0 commit 120bff4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'release/**'
- 'hotfix/**'
- 'develop'
- 'bugfix/identity'
paths:
- '.github/workflows/build_packages.yml'
workflow_dispatch:
Expand Down Expand Up @@ -40,9 +41,9 @@ env:
PRODUCT_LOW: "docspace"
BUILD_NUMBER: ${{ github.run_number }}
PACKAGE_DIRECTORY: "/home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}"
BRANCH_BUILDTOOLS: ${{ github.event.inputs.branch-buildtools != '' && github.event.inputs.branch-buildtools || github.ref_name || 'develop' }}
BRANCH_CLIENT: ${{ github.event.inputs.branch-client != '' && github.event.inputs.branch-client || github.ref_name || 'develop' }}
BRANCH_SERVER: ${{ github.event.inputs.branch-server != '' && github.event.inputs.branch-server || github.ref_name || 'develop' }}
BRANCH_BUILDTOOLS: ${{ 'bugfix/identity' }}
BRANCH_CLIENT: ${{ 'develop' }}
BRANCH_SERVER: ${{ 'develop' }}

jobs:
prepare:
Expand Down

0 comments on commit 120bff4

Please sign in to comment.