Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/mosip/pre-registration i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
aihamh committed Mar 18, 2024
2 parents 522dc48 + ff00572 commit 05e4da1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 68 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/db-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
types: [published]
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'db_scripts/**'
workflow_dispatch:
inputs:
message:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
release:
types: [published]
pull_request:
types: [opened]
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
message:
Expand Down 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-pre-registration
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master
with:
Expand Down
29 changes: 0 additions & 29 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 05e4da1

Please sign in to comment.