Created
July 27, 2024 10:29
-
-
Save saleempirwani/3a2e58bfe278e3cf329da39a8b094d12 to your computer and use it in GitHub Desktop.
Prevent to deploy branch on Vercel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "git": { | |
| "deploymentEnabled": { | |
| "my-branch-name": false, | |
| "my-branch-name-b": false | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment