fix(ci): add path filtering to deploy-ccs-worker pull request trigger

This commit is contained in:
kaitranntt
2025-12-04 15:51:36 -05:00
parent 2130855874
commit 64a8e86db4
+5 -1
View File
@@ -8,9 +8,13 @@ on:
- 'scripts/wrangler.toml'
- 'installers/**'
# Run on all PRs to satisfy branch protection (no path filter)
# Only run on PRs that touch installer-related files
pull_request:
branches: [main]
paths:
- 'scripts/worker.js'
- 'scripts/wrangler.toml'
- 'installers/**'
# Allow manual trigger
workflow_dispatch: