only run PR build on src changes

This commit is contained in:
jeffvli
2025-12-23 20:26:24 -08:00
parent ac257a9dc1
commit dcb84dd442
+2
View File
@@ -4,6 +4,8 @@ on:
pull_request:
branches:
- development
paths:
- 'src/**'
jobs:
wait-for-lint: