We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fe662b + 69135f4 commit 146be79Copy full SHA for 146be79
1 file changed
.github/workflows/deploy-v2.yml
@@ -5,6 +5,19 @@ on:
5
- main # Adjust this to the branch you want to trigger the deployment on
6
- dev
7
- demo
8
+ paths:
9
+ - 'infra/**'
10
+ - 'App/**'
11
+ - 'Deployment/**'
12
+ - 'azure.yaml'
13
+ - '.github/workflows/deploy-v2.yml'
14
+ - '.github/workflows/deploy-orchestrator.yml'
15
+ - '.github/workflows/job-deploy.yml'
16
+ - '.github/workflows/job-deploy-linux.yml'
17
+ - '.github/workflows/job-cleanup-deployment.yml'
18
+ - '.github/workflows/job-send-notification.yml'
19
+ - '.github/workflows/test-automation-v2.yml'
20
+ - 'tests/**'
21
schedule:
22
- cron: "0 10,22 * * *" # Runs at 10:00 AM and 10:00 PM UTC
23
0 commit comments