Skip to content

Commit 8ad578e

Browse files
authored
devops: run Docker tests on driver changes
1 parent d55a7ed commit 8ad578e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ on:
33
push:
44
paths:
55
- '.github/workflows/test_docker.yml'
6+
- 'setup.py'
67
branches:
78
- main
9+
- release-*
810
pull_request:
911
paths:
1012
- '.github/workflows/test_docker.yml'
13+
- 'setup.py'
1114
branches:
1215
- main
16+
- release-*
1317
jobs:
1418
build:
1519
timeout-minutes: 60

0 commit comments

Comments
 (0)