mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-09 16:00:09 +00:00
add ignore paths
This commit is contained in:
parent
c9095738e6
commit
18a59219f7
1 changed files with 11 additions and 0 deletions
11
.github/workflows/cli-docker.yml
vendored
11
.github/workflows/cli-docker.yml
vendored
|
|
@ -12,6 +12,17 @@ on:
|
|||
- main
|
||||
tags:
|
||||
- "*.*.*-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:
|
||||
inputs:
|
||||
dry_run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue