We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04aef7d commit 7fb34c2Copy full SHA for 7fb34c2
2 files changed
.github/workflows/azd-ai-template-validation.yml
@@ -1,7 +1,13 @@
1
name: AZD AI Template validation
2
# Run when commits are pushed to pre-deploy-alguadam
3
on:
4
- workflow_dispatch:
+ push:
5
+ branches:
6
+ - main
7
+ - dev
8
+ - demo
9
+
10
+ workflow_dispatch:
11
12
# Set up permissions for deploying with secretless Azure federated credentials
13
# 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
@@ -3,9 +3,10 @@ name: CI/CD Azure - Real-Time Intelligence Operations
# Trigger the workflow on push to main/master or manual dispatch
workflow_dispatch:
- # push:
- # branches:
- # - main
# - "*"
# paths:
# - "infra/**"
0 commit comments