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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user