Skip to content

Commit

Permalink
chore: update version, don't run workflow when pushing main
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat committed Jan 24, 2025
1 parent 75cb6ac commit db3415a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Cargo Test

on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
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 = "csync"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
build = "build.rs"
license = "MIT"
Expand Down

0 comments on commit db3415a

Please sign in to comment.