Skip to content

Commit

Permalink
[DSD-3932] removed release-changes.yml, tag.yml and updated push-trig…
Browse files Browse the repository at this point in the history
…ger.yml file (#925)

* Update push-trigger.yml

Signed-off-by: PRAFUL RAKHADE <[email protected]>

* [DSD-3932] removed release-changes.yml, tag.yml and updated push-trigger.yml file

Signed-off-by: techno-467 <[email protected]>

---------

Signed-off-by: PRAFUL RAKHADE <[email protected]>
Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade authored Dec 20, 2023
1 parent c0748a4 commit 7fabe29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .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' }}"
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}"
needs: build-maven-admin-services
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master
with:
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
29 changes: 0 additions & 29 deletions .github/workflows/release-changes.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/tag.yaml

This file was deleted.

0 comments on commit 7fabe29

Please sign in to comment.