We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af716f + 5388466 commit 9c7802cCopy full SHA for 9c7802c
2 files changed
.github/workflows/bicep_deploy.yml
@@ -3,6 +3,11 @@ on:
3
push:
4
branches:
5
- ckm-v2
6
+ paths:
7
+ - 'infra/**/*.bicep'
8
+ - 'infra/**/*.json'
9
+ - 'infra/scripts/**'
10
+ - '.github/workflows/bicep_deploy.yml'
11
12
permissions:
13
contents: read
.github/workflows/docker-build.yml
@@ -6,6 +6,14 @@ on:
- main
- dev
- demo
+ - 'src/App/**'
+ - 'src/api/**'
+ - 'src/**/*.Dockerfile'
+ - 'src/gunicorn.conf.py'
14
+ - 'src/start.sh'
15
+ - 'src/start.cmd'
16
+ - '.github/workflows/docker-build.yml'
17
pull_request:
18
types:
19
- opened
@@ -16,6 +24,14 @@ on:
24
25
26
27
28
29
30
31
32
33
34
35
workflow_dispatch:
20
36
21
37
0 commit comments