diff --git a/.github/workflows/other-branches.yml b/.github/workflows/other-branches.yml index 40fc468..2d8859e 100644 --- a/.github/workflows/other-branches.yml +++ b/.github/workflows/other-branches.yml @@ -6,8 +6,6 @@ name: Feature/Bugfix/dev/test branch on: push: branches: - - feature-* - - bugfix-* - dev - test pull_request: diff --git a/package.json b/package.json index 8633c23..e3a29ce 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "cover:report": "nyc report --reporter=lcov --reporter=text --report-dir='./jscoverage'", "cover:reporthtml": "nyc report --reporter=html --report-dir='./jscoverage'" }, - "author": "SDargarh", + "author": "", "license": "MIT", "dependencies": { "mocha": "^10.7.0",