Comparing version 1.1.4 to 1.1.5
@@ -54,4 +54,5 @@ const { readWorkYML } = require("../utils"); | ||
let onlyReg = new RegExp(onlyStr); | ||
let branchName = ref.replace('refs/heads/', ''); | ||
console.log(onlyReg, ref); | ||
return onlyReg.test(ref); | ||
return onlyReg.test(branchName); | ||
} | ||
@@ -58,0 +59,0 @@ }) |
{ | ||
"name": "my-ci", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11393
299