Skip to content

Commit a397ee4

Browse files
authored
Build playground utils docker container only if the relevant files have changed (#98)
* Update docker-utils-release.yaml * add internal and main.go to path filters * remove internal and main.go from path filters
1 parent 0b35867 commit a397ee4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-utils-release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
push:
88
branches:
99
- main
10+
paths:
11+
- 'cl-proxy/**'
12+
- 'mev-boost-relay/**'
13+
- 'go.mod'
14+
- 'go.sum'
15+
- 'Dockerfile'
1016

1117
jobs:
1218
docker:

0 commit comments

Comments
 (0)