diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1bdb80..597812f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: pull_request: - branches: [ master ] + branches: [ main ] push: - branches: [ master ] + branches: [ main ] jobs: test: diff --git a/package.json b/package.json index 4d9400f..3e6ce93 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "description": "Mocked Bonnier News tool api, for use in automated tests", "main": "index.js", "author": "Bonnier News", - "repository": "https://github.com/BonnierNews/fake-tool-api", + "repository": { + "type": "git", + "url": "git+https://github.com/BonnierNews/fake-tool-api.git" + }, "bugs": { "url": "https://github.com/BonnierNews/fake-tool-api/issues" },