gh-actions: more wildcards for cmake changes [travis skip]
authorMichael Wallner <mike@php.net>
Tue, 1 Dec 2020 15:49:18 +0000 (16:49 +0100)
committerMichael Wallner <mike@php.net>
Tue, 1 Dec 2020 15:49:18 +0000 (16:49 +0100)
.github/workflows/cmake-build-ci.yml

index a53e2505a26be526f039bad6eb01fddc9e865f6c..4a52dc76b1be8bb26cf3294558f09c63e60e78e0 100644 (file)
@@ -6,7 +6,7 @@ on:
       - "include/**"
       - "src/**"
       - "test/**"
-      - "CMake*"
+      - "**CMake**"
       - ".github/workflows/cmake-build-ci*"
     branches-ignore:
       - gh-pages