Skip to content

Commit

Permalink
updated maven.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-atlan committed Feb 4, 2025
1 parent 602a420 commit dbae477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build with Maven
run: |
branch_name=${{ env.BRANCH_NAME }}
if [[ $branch_name == 'main' || $branch_name == 'master' || $branch_name == 'lineageondemand' ]]
if [[ $branch_name == 'main' || $branch_name == 'master' || $branch_name == 'tagpropv1master' ]]
then
echo "build without dashboard"
chmod +x ./build.sh && ./build.sh build_without_dashboard
Expand Down

0 comments on commit dbae477

Please sign in to comment.