Skip to content

Commit 30e26f1

Browse files
authored
Add test branch deployment configuration
1 parent 68ef6b7 commit 30e26f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"deploymentEnabled": {
55
"main": true,
66
"feature/*": false,
7-
"fix/*": false
7+
"fix/*": false,
8+
"test/*": false
89
}
910
},
1011
"ignoreCommand": "bash -c '! git diff --name-only HEAD^ HEAD | grep -qvE \"^(README\\.md|demo\\.html|test/.*|\\.github/.*)$\"'"

0 commit comments

Comments
 (0)