Commit d554b5b
authored
internal: Use Vercel ignoreCommand to skip unnecessary deploys (#3778)
Replace blanket `deploymentEnabled: false` with an ignoreCommand that
conditionally builds based on what changed:
- master: deploy when website/ or docs/ changed
- other branches: deploy only when website/ changed
Made-with: Cursor1 parent 95bf754 commit d554b5b
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
0 commit comments