Skip to content

Commit

Permalink
Merge pull request #217 from Mahesh-Binayak/patch-1
Browse files Browse the repository at this point in the history
Update push-trigger.yml to add java-21 for sonarcloud
  • Loading branch information
ckm007 authored May 28, 2024
2 parents c3964f2 + 2cf9ef5 commit 888c8bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- develop
- MOSIP*
- release*
- develop-java21

jobs:
build-maven-esignet-mock-services:
Expand Down Expand Up @@ -103,4 +104,4 @@ jobs:
DEV_NAMESPACE_DOCKER_HUB: ${{ secrets.DEV_NAMESPACE_DOCKER_HUB }}
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
RELEASE_DOCKER_HUB: ${{ secrets.RELEASE_DOCKER_HUB }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 888c8bf

Please sign in to comment.