change(Actions): run Nix checks when Markdown files are changed

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-02-17 11:04:11 +05:00
parent 67101751c8
commit 894787bdfd
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -17,6 +17,7 @@ on:
- "**.h"
- "**.java"
- "**.ui"
- "**.md"
# Build files
- "**.nix"
@ -33,7 +34,6 @@ on:
# Files
- "CMakeLists.txt"
- "COPYING.md"
# Workflows
- ".github/workflows/nix.yml"
@ -44,6 +44,7 @@ on:
- "**.h"
- "**.java"
- "**.ui"
- "**.md"
# Build files
- "**.nix"
@ -60,7 +61,6 @@ on:
# Files
- "CMakeLists.txt"
- "COPYING.md"
# Workflows
- ".github/workflows/nix.yml"