Skip to content

Commit 7fb34c2

Browse files
author
Harmanpreet Kaur
committed
fix: Update workflow triggers for AZD AI Template and Azure Dev CI/CD
1 parent 04aef7d commit 7fb34c2

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/azd-ai-template-validation.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: AZD AI Template validation
22
# Run when commits are pushed to pre-deploy-alguadam
33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
- dev
8+
- demo
9+
10+
workflow_dispatch:
511

612
# Set up permissions for deploying with secretless Azure federated credentials
713
# https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication

.github/workflows/azure-dev.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: CI/CD Azure - Real-Time Intelligence Operations
33
# Trigger the workflow on push to main/master or manual dispatch
44
on:
55
workflow_dispatch:
6-
# push:
7-
# branches:
8-
# - main
6+
push:
7+
branches:
8+
- main
9+
- dev
910
# - "*"
1011
# paths:
1112
# - "infra/**"

0 commit comments

Comments
 (0)