ci: trigger workflows on *.txt changes

CMakeLists.txt change is reasonable reason to start build
This commit is contained in:
DH 2025-04-11 15:55:13 +03:00
parent 8dce5e1d11
commit a42ab014e4
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,11 @@ defaults:
shell: bash
on:
push:
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"
workflow_dispatch:
concurrency:

View file

@ -4,11 +4,9 @@ on:
push:
paths-ignore:
- "**/*.md"
- '**/*.txt'
pull_request:
paths-ignore:
- "**/*.md"
- '**/*.txt'
workflow_dispatch:
jobs: