File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# Run when commits are pushed to mainline branch (main or master)
22# Set this to the mainline branch you are using
33trigger :
4- - main
4+ branches :
5+ include :
6+ - main
7+ paths :
8+ include :
9+ - src/*
10+ - infra/*
11+ - azure.yaml
12+ - azure_custom.yaml
13+ - .azdo/pipelines/azure-dev.yml
14+ exclude :
15+ - ' *.md'
16+ - docs/*
17+ - data/*
518
619# Azure Pipelines workflow to deploy to Azure using azd
720# To configure required secrets and service connection for connecting to Azure, simply run `azd pipeline config --provider azdo`
Original file line number Diff line number Diff line change 88 push :
99 branches :
1010 - main
11+ paths :
12+ - ' src/**'
13+ - ' infra/**'
14+ - ' azure.yaml'
15+ - ' azure_custom.yaml'
16+ - ' .github/workflows/deploy-waf.yml'
1117 schedule :
1218 - cron : " 0 11,23 * * *" # Runs at 11:00 AM and 11:00 PM GMT
1319
You can’t perform that action at this time.
0 commit comments