diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 716b687..88a403c 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -1,8 +1,11 @@ name: Create Release + on: push: - branches: - - main + branches: [ main ] + pull_request: + branches: [ main ] + workflow_dispatch: jobs: build: diff --git a/package-lock.json b/package-lock.json index fea5b5d..4e68092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@morgan-stanley/ts-mocking-bird", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.16", diff --git a/package.json b/package.json index 6f07a23..70a4434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "0.6.0", + "version": "0.6.1", "description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest", "license": "Apache-2.0", "author": "Morgan Stanley",