Skip to content

Commit 1c8a99f

Browse files
Update deploy.yml
1 parent 706cd28 commit 1c8a99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI-Validate Deployment
22
on:
33
push:
44
branches:
5-
- main
5+
- ckm-v2
66
schedule:
77
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
88

@@ -92,4 +92,4 @@ jobs:
9292
# Send the notification
9393
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
9494
-H "Content-Type: application/json" \
95-
-d "$EMAIL_BODY" || echo "Failed to send notification"
95+
-d "$EMAIL_BODY" || echo "Failed to send notification"

0 commit comments

Comments
 (0)