Skip to content

Commit

Permalink
Updated acceptable branch naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
srm985 committed Apr 3, 2024
1 parent d2f33e7 commit 5747f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/branchCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const branchName = require('current-git-branch');

const MAIN_BRANCH_NAMES = [
'develop',
'master'
'main'
];

const BRANCH_PREFIX_NAMES = [
Expand Down

0 comments on commit 5747f44

Please sign in to comment.