diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e58e0441..1896cc0e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,7 +1,11 @@ name: Run integration tests on push on: - - push + push: + branches-ignore: + - main + - master + - prod jobs: tests: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 211fe006..e4bbb5b3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,11 @@ name: Run Jest tests on push on: - - push + push: + branches-ignore: + - main + - master + - prod jobs: build: diff --git a/package.json b/package.json index 6582959a..9b7c317a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hawk.api", - "version": "1.5.7", + "version": "1.5.8", "main": "index.ts", "license": "BUSL-1.1", "scripts": {