Skip to content

Commit

Permalink
Added branch name for image creation in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hr2904 committed Oct 24, 2024
1 parent 17d8ea5 commit 19913d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- beta
- development
- master
- lineageondemand
- dg1875

jobs:
build:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build with Maven
run: |
branch_name=${{ steps.get_branch.outputs.branch }}
if [[ $branch_name == 'main' || $branch_name == 'master' || $branch_name == 'lineageondemand' ]]
if [[ $branch_name == 'main' || $branch_name == 'master' || $branch_name == 'dg1875' ]]
then
echo "build without dashboard"
chmod +x ./build.sh && ./build.sh build_without_dashboard
Expand Down

0 comments on commit 19913d8

Please sign in to comment.