mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
fix(ci): add path filtering to deploy-ccs-worker pull request trigger
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user