Skip to content

Commit

Permalink
[INJIMOB-1679]: remove manual trigger condition (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Alka Prasad <[email protected]>
  • Loading branch information
Alka1703 authored Aug 12, 2024
1 parent 2c59dc7 commit 9912ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

publish_to_nexus:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name == 'workflow_dispatch' }}"
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' }}"
needs: build-maven-vc-verifier
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21
with:
Expand Down

0 comments on commit 9912ed5

Please sign in to comment.