Skip to content

Commit 767123c

Browse files
Update deploy.yml to test pipeline
1 parent 9fa550e commit 767123c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deployment Lifecycle Automation
33
on:
44
push:
55
branches:
6-
- main
6+
- psl-rc-test-dev
77
schedule:
88
- cron: "0 9,21 * * *" # Runs at 9:00 AM and 9:00 PM GMT
99
workflow_dispatch:
@@ -523,4 +523,4 @@ jobs:
523523
524524
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
525525
-H "Content-Type: application/json" \
526-
-d "$EMAIL_BODY" || echo "Failed to send notification"
526+
-d "$EMAIL_BODY" || echo "Failed to send notification"

0 commit comments

Comments
 (0)