Skip to content

Commit

Permalink
change api branchname regex
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats authored Jun 29, 2024
1 parent 70428ec commit c368a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { fileURLToPath } from 'url';
import path from 'path';

const mainBranchName = 'master';
const versionBranchRegex = /^v[\d\.]+$/;
const versionBranchRegex = /^api[\S]+$/;

// shim for __dirname in ESM
const __dirname = path.resolve(path.dirname(fileURLToPath(import.meta.url)));
Expand Down

0 comments on commit c368a5a

Please sign in to comment.