Skip to content

Commit

Permalink
Merge branch 'develop' of ixo:ixofoundation/ixo-blocksync into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Ixo committed Aug 13, 2024
2 parents 8bfc783 + d93b292 commit d2be5db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build and Release
on:
push:
branches:
- master
- main
- develop

jobs:
build-and-release:
uses: ixofoundation/ixo-github-actions/.github/workflows/node-ci-build.yml@main
with:
commit_sha: ${{ github.sha }}
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ixo-blocksync",
"version": "2.1.0-develop.15",
"version": "2.1.0-develop.16",
"description": "Syncs all the public info from an ixo blockchain to an instance of PostgresQL ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d2be5db

Please sign in to comment.