fix: add infra/** to workflow paths to trigger on deployment changes

This commit is contained in:
Story Crater Bot
2026-09-01 09:47:05 -07:00
parent e55f774b42
commit 4cf792f21d
+1
View File
@@ -10,6 +10,7 @@ on:
- 'lib/**'
- 'public/**'
- 'styles/**'
- 'infra/**'
- 'package.json'
- 'pnpm-lock.yaml'
- 'next.config.js'