mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-16 11:20:13 +00:00
Compare commits
4 Commits
0.25.76-cli
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 18a59219f7 | |||
| c9095738e6 | |||
| bed415fc6b | |||
| 4eeb93b9e4 |
@@ -12,6 +12,17 @@ on:
|
|||||||
- main
|
- main
|
||||||
tags:
|
tags:
|
||||||
- "*.*.*-cli"
|
- "*.*.*-cli"
|
||||||
|
paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
- "*.md"
|
||||||
|
- "images/**"
|
||||||
|
- "assets/**"
|
||||||
|
- "instruction_images/**"
|
||||||
|
- "src/apps/webapp/**"
|
||||||
|
- "src/apps/webpeer/**"
|
||||||
|
- ".github/workflows/release.yml"
|
||||||
|
- ".github/workflows/unit-ci.yml"
|
||||||
|
- ".github/workflows/harness-ci.yml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
dry_run:
|
dry_run:
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ on:
|
|||||||
# Sequence of patterns matched against refs/tags
|
# Sequence of patterns matched against refs/tags
|
||||||
tags:
|
tags:
|
||||||
- '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10
|
- '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10
|
||||||
|
- '!*-cli' # Exclude command-line interface tags
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsid
|
|||||||
|
|
||||||
## 0.25.76
|
## 0.25.76
|
||||||
|
|
||||||
|
15th June, 2026
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Now the S3 connection with custom headers works properly (#875).
|
- Now the S3 connection with custom headers works properly (#875).
|
||||||
|
|||||||
Reference in New Issue
Block a user