Skip to content

Commit

Permalink
autorelease enabled for main
Browse files Browse the repository at this point in the history
  • Loading branch information
12core1 committed Jul 21, 2023
1 parent c686136 commit d6ee8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- 'v*'
- main

jobs:
create-release:
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tauri-build = { version = "1.3.0", features = [] }

[dependencies]
ns_sse= {path="../speedlib/"}
tauri = { version = "1.2", features = [ "system-tray", "process-exit", "shell-open", "window-set-always-on-top", "window-start-dragging"] }
tauri = { version = "1.2", features = ["process-exit", "shell-open", "system-tray", "window-set-always-on-top", "window-start-dragging"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4.23"
Expand Down

0 comments on commit d6ee8c6

Please sign in to comment.