workflows: Remove txt from ignore list

My bad, i forgot CMakeLists.txt exists.

Signed-off-by: Dakkshesh <beakthoven@gmail.com>
This commit is contained in:
Dakkshesh
2025-08-07 16:09:05 +05:30
parent f2c0ed7beb
commit 6b73ee7d3f
-2
View File
@@ -5,14 +5,12 @@ on:
branches: [ "main" ]
paths-ignore:
- '**.md'
- '**.txt'
- '.github/**'
- '!.github/workflows/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
- '**.txt'
- '.github/**'
- '!.github/workflows/**'
workflow_dispatch: