Skip to content

Commit be167a1

Browse files
authored
devops: trigger Docker tests on Dockerfile changes (microsoft#839)
1 parent 187d2ad commit be167a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ on:
33
push:
44
paths:
55
- '.github/workflows/test_docker.yml'
6-
- 'Dockerfile*'
6+
- '**/Dockerfile*'
77
branches:
88
- main
99
- release-*
1010
pull_request:
1111
paths:
1212
- .github/workflows/test_docker.yml
13-
- utils/docker/Dockerfile.*
13+
- '**/Dockerfile*'
1414
- scripts/CLI_VERSION
1515
- '**/pom.xml'
1616
branches:

0 commit comments

Comments
 (0)