We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a08af1 commit b85817bCopy full SHA for b85817b
1 file changed
.github/workflows/docker-build-and-push.yml
@@ -7,10 +7,9 @@ on:
7
- 'src/frontend/**'
8
- 'src/**/*.py'
9
- 'src/requirements*.txt'
10
- - '!src/tests/**'
11
- - 'Dockerfile'
12
- - '*.Dockerfile'
+ - 'src/WebApp.Dockerfile'
13
- '.github/workflows/docker-build-and-push.yml'
+ - '!src/tests/**'
14
pull_request:
15
branches: [main, dev, demo]
16
types:
@@ -22,10 +21,9 @@ on:
22
21
23
24
25
26
27
28
29
merge_group:
30
workflow_dispatch:
31
0 commit comments