Skip to content

Commit

Permalink
Merge pull request #620 from syedsalman3753/develop
Browse files Browse the repository at this point in the history
[MOSIP-29142] update push_trigger & removed postgres-init workflows
  • Loading branch information
mayuradesh authored Sep 6, 2023
2 parents 220eb5c + 40626db commit 1e0c817
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/postgres-init-trigger.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
types: [published]
pull_request:
types: [closed]
workflow_dispatch:
inputs:
message:
description: 'Message for manually triggering'
required: false
default: 'Triggered for Updates'
type: string
push:
branches:
- '!release-branch'
Expand Down

0 comments on commit 1e0c817

Please sign in to comment.