ci: Run VHS workflow on PRs that touch relevant files

This commit is contained in:
Aaron
2026-07-26 10:00:45 -05:00
parent 13be7c5bfd
commit ec3d3196a9
+6 -1
View File
@@ -2,7 +2,12 @@ name: 📼 VHS
on:
push:
paths:
- 'docs/tapes/*.tape'
- docs/tapes/*.tape
- .github/workflows/vhs.yml
pull_request:
paths:
- docs/tapes/*.tape
- .github/workflows/vhs.yml
workflow_dispatch:
permissions: