Skip to content

Commit

Permalink
Merge pull request #5 from ixofoundation/develop
Browse files Browse the repository at this point in the history
CI/CD branch main
  • Loading branch information
Michael-Ixo authored Sep 27, 2024
2 parents 3704436 + b737389 commit 1d9a62c
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-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": {
Expand Down

0 comments on commit 1d9a62c

Please sign in to comment.