Skip to content

Commit

Permalink
Merge pull request #5 from btc-vision/main
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
j2999 authored Apr 30, 2024
2 parents 49c55ec + 437bdf7 commit d01a32f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: Build Package CI
on:
pull_request:
# For the develop branch only.
branches:
- main
# Execute the action on closed (merged) PR.
types:
[closed]
workflow_dispatch:
push:
branches: [ "main" ]

jobs:
publish-gpr:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@btc-vision/bsi-binary",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit d01a32f

Please sign in to comment.