Skip to content

Commit

Permalink
Update push_trigger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Loganathan Sekar <42532387+LoganathanSekar7627@users.noreply.github.com>
  • Loading branch information
loganathan-sekaran authored Oct 5, 2023
1 parent 50f0c9c commit bc4170d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
- 1.*
- develop
- MOR-*

jobs:
build:
Expand Down Expand Up @@ -404,4 +405,4 @@ jobs:
fields: repo,message,commit,workflow,job # selectable (default: repo,message)
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DEVOPS_WEBHOOK }} # required
if: failure() # Pick up events even if the job fails or is canceled.
if: failure() # Pick up events even if the job fails or is canceled.

0 comments on commit bc4170d

Please sign in to comment.