Skip to content

Commit

Permalink
Merge pull request #552 from syedsalman3753/develop
Browse files Browse the repository at this point in the history
[MOSIP-29164] Updated push-trigger.yml
  • Loading branch information
aranaravi authored Oct 30, 2023
2 parents 26a4920 + 3b9efa8 commit de4fa3a
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 de4fa3a

Please sign in to comment.