Skip to content

Commit b1d51c7

Browse files
Merge pull request #156 from microsoft/psl-editCI
ci: Update trigger branch in deploy.yml to ckm-v2
2 parents 706cd28 + 1c8a99f commit b1d51c7

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)