about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 001e7d65..46cf94d1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
       - "**/*.h"
       - "**/*.S"
       - "**/*.py"
-      - "CMakeList.txt"
+      - "CMakeLists.txt"
       - "**/*.yml"
   pull_request: 
     types: [assigned, opened, synchronize, reopened]
@@ -19,7 +19,7 @@ on:
       - "**/*.h"
       - "**/*.S"
       - "**/*.py"
-      - "CMakeList.txt"
+      - "CMakeLists.txt"
       - "**/*.yml"
 
 jobs: