trigger dev container builds on seaweed-volume changes (#10344)

The dev container workflow prebuilds the Rust volume server from
seaweed-volume/ but did not watch that directory, so Rust build fixes
landed without this workflow validating them.
This commit is contained in:
Chris Lu
2026-07-15 23:22:13 -07:00
committed by GitHub
parent 7bfc44432d
commit ae46e79e98
+1
View File
@@ -5,6 +5,7 @@ on:
branches: [ master ]
paths:
- 'weed/**'
- 'seaweed-volume/**'
- 'docker/**'
- 'go.mod'
- 'go.sum'