We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59bf77d + 7d3a76f commit 55c3456Copy full SHA for 55c3456
1 file changed
packages/database/scripts/deploy.ts
@@ -11,7 +11,7 @@ const main = () => {
11
process.exit(1);
12
}
13
const lines = stdout.split("\n");
14
- if (lines[0] != "## main...main") {
+ if (lines[0] != "## main...origin/main") {
15
console.log("Not on main branch, not deploying database");
16
process.exit(0);
17
0 commit comments