Skip to content

Commit 00308c1

Browse files
authored
[MOSIP-29961] Updated push-trigger.yml (#1143)
* [MOSIP-29961] Updated push-trigger.yml Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> * [MOSIP-29961] removed paths from db-test.yml Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> --------- Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com>
1 parent b72ce41 commit 00308c1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/db-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
types: [published]
66
pull_request:
77
types: [opened, reopened, synchronize]
8-
paths:
9-
- 'db_scripts/**'
108
workflow_dispatch:
119
inputs:
1210
message:
@@ -36,4 +34,4 @@ jobs:
3634
name: ${{ matrix.DB_NAME }}
3735
uses: mosip/kattu/.github/workflows/db-test.yml@master
3836
with:
39-
DB_LOCATION: ${{ matrix.DB_LOCATION}}
37+
DB_LOCATION: ${{ matrix.DB_LOCATION}}

.github/workflows/push-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [published]
66
pull_request:
7-
types: [opened]
7+
types: [opened, reopened, synchronize]
88
workflow_dispatch:
99
inputs:
1010
message:
@@ -88,4 +88,4 @@ jobs:
8888
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
8989
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
9090
GPG_SECRET: ${{ secrets.GPG_SECRET }}
91-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
91+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)