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 (#612)

Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade authored Dec 25, 2023
1 parent 76c1200 commit d23b93c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: failure() # Pick up events even if the job fails or is canceled.

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-regclient-local
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master
with:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/release-changes.yml

This file was deleted.

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

This file was deleted.

0 comments on commit d23b93c

Please sign in to comment.