Skip to content

Commit

Permalink
[MOSIP-29164] Updated push-trigger.yml
Browse files Browse the repository at this point in the history
[MOSIP-25631]

Signed-off-by: syed salman <[email protected]>
  • Loading branch information
syedsalman3753 committed Oct 27, 2023
1 parent aebf51b commit 3b9efa8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ on:
types: [published]
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
message:
description: 'Message for manually triggering'
required: false
default: 'Triggered for Updates'
type: string
push:
branches:
- '!release-branch'
- release-1*
- release-*
- master
- develop
- 1*
Expand Down

0 comments on commit 3b9efa8

Please sign in to comment.