Skip to content

Commit 854547d

Browse files
Merge pull request #34 from microsoft/psl-editworkflow
fix: Update workflow triggers for AZD AI Template and Azure Dev CI/CD
2 parents e88cdd1 + f1d9a1e commit 854547d

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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+
workflow_dispatch:
59

610
# Set up permissions for deploying with secretless Azure federated credentials
711
# 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)