Skip to content

Commit 23fb415

Browse files
committed
Correct name of workflow file in workflow triggers
1 parent 3073006 commit 23fb415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'build/dockerfile'
99
- 'build/requirements.txt'
1010
- 'build/docker-compose.yml'
11-
- '.github/workflows/build.yml'
11+
- '.github/workflows/build-docker-image.yml'
1212

1313
jobs:
1414
build-and-push:

0 commit comments

Comments
 (0)