We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 252ead6 + 4fe047b commit 3d11d13Copy full SHA for 3d11d13
.github/workflows/deploy-v2.yml
@@ -11,9 +11,25 @@ on:
11
- main
12
- dev
13
- demo
14
+ paths:
15
+ - 'src/**'
16
+ - 'infra/**'
17
+ - 'azure*.yaml'
18
+ - 'scripts/**'
19
+ - '.github/workflows/deploy-v2.yml'
20
+ - '.github/workflows/deploy-orchestrator.yml'
21
+ - '.github/workflows/job-*.yml'
22
pull_request:
23
branches:
24
25
26
27
28
29
30
31
32
33
schedule:
34
- cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
35
workflow_dispatch:
0 commit comments