Skip to content

Commit b85817b

Browse files
minor fix updated
1 parent 1a08af1 commit b85817b

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/docker-build-and-push.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77
- 'src/frontend/**'
88
- 'src/**/*.py'
99
- 'src/requirements*.txt'
10-
- '!src/tests/**'
11-
- 'Dockerfile'
12-
- '*.Dockerfile'
10+
- 'src/WebApp.Dockerfile'
1311
- '.github/workflows/docker-build-and-push.yml'
12+
- '!src/tests/**'
1413
pull_request:
1514
branches: [main, dev, demo]
1615
types:
@@ -22,10 +21,9 @@ on:
2221
- 'src/frontend/**'
2322
- 'src/**/*.py'
2423
- 'src/requirements*.txt'
25-
- '!src/tests/**'
26-
- 'Dockerfile'
27-
- '*.Dockerfile'
24+
- 'src/WebApp.Dockerfile'
2825
- '.github/workflows/docker-build-and-push.yml'
26+
- '!src/tests/**'
2927
merge_group:
3028
workflow_dispatch:
3129

0 commit comments

Comments
 (0)