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" ]
|
branches: [ "main" ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- '**.txt'
|
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
- '!.github/workflows/**'
|
- '!.github/workflows/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- '**.txt'
|
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
- '!.github/workflows/**'
|
- '!.github/workflows/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user