Skip to content

Commit 55c3456

Browse files
authored
Merge pull request #171 from DiscourseGraphs/ENG-328-repair_github_database_trigger
typo in branch name
2 parents 59bf77d + 7d3a76f commit 55c3456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/database/scripts/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const main = () => {
1111
process.exit(1);
1212
}
1313
const lines = stdout.split("\n");
14-
if (lines[0] != "## main...main") {
14+
if (lines[0] != "## main...origin/main") {
1515
console.log("Not on main branch, not deploying database");
1616
process.exit(0);
1717
}

0 commit comments

Comments
 (0)