Skip to content

Commit

Permalink
[MOSIP-29961] Updated push-trigger.yml (#1476)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
Rakshithb1 authored Dec 13, 2023
1 parent 304cbd0 commit b26758b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
2 changes: 1 addition & 1 deletion .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

0 comments on commit b26758b

Please sign in to comment.