add ignore paths
Some checks failed
cli-deno-tests / prepare (push) Has been cancelled
unit-ci / Unit Tests (push) Has been cancelled
unit-ci / Integration Tests (push) Has been cancelled
cli-deno-tests / test (push) Has been cancelled

This commit is contained in:
vorotamoroz 2026-06-15 12:25:50 +01:00
parent c9095738e6
commit 18a59219f7
No known key found for this signature in database
GPG key ID: A51445513C5FCC34

View file

@ -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: