Skip to content

Commit be7c824

Browse files
authored
test-docker-image.yml: Update Dockerfile paths in workflow triggers
... seems like the former paths glob didn't work :|
1 parent d770f59 commit be7c824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Docker Image CI
33
on:
44
push:
55
paths:
6-
- 'lib/docker/**.Dockerfile'
6+
- "**/*.Dockerfile"
77
pull_request:
88
paths:
9-
- 'lib/docker/**.Dockerfile'
9+
- "**/*.Dockerfile"
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)