diff --git a/.github/workflows/node-ci-build.yml b/.github/workflows/node-ci-build.yml index 6510ad7..49329e2 100644 --- a/.github/workflows/node-ci-build.yml +++ b/.github/workflows/node-ci-build.yml @@ -2,7 +2,7 @@ name: Build and Release on: push: branches: - - master + - main - develop jobs: @@ -10,4 +10,4 @@ jobs: uses: ixofoundation/ixo-github-actions/.github/workflows/node-ci-build.yml@main with: commit_sha: ${{ github.sha }} - secrets: inherit \ No newline at end of file + secrets: inherit diff --git a/package.json b/package.json index 20c8827..d4b6642 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ixo-blocksync-core", - "version": "0.1.0-develop.7", + "version": "0.1.0-develop.8", "description": "Syncs all the core info from an ixo blockchain to an instance of PostgresQL", "main": "index.js", "scripts": {