Skip to content

Commit

Permalink
feat: building github action ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Jan 16, 2024
1 parent 7ec535f commit 9aca8e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ on:
push:
branches:
- master
- ci/github-action
pull_request:
branches:
- master
- ci/github-action

jobs:
build-test:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sidan-csl-rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT"
description = "Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs"
Expand Down

0 comments on commit 9aca8e4

Please sign in to comment.