gh-actions: workflow fixes
authorMichael Wallner <mike@php.net>
Thu, 17 Dec 2020 09:12:07 +0000 (10:12 +0100)
committerMichael Wallner <mike@php.net>
Thu, 17 Dec 2020 09:12:07 +0000 (10:12 +0100)
.github/workflows/cmake-build-ci.gen
.github/workflows/cmake-build-ci.yml

index dd5f8c85e4a33ed995e1f2d747e35f66e2642cbc..b217d5e7f742f3bbbd12d18ece92be38be39c818 100755 (executable)
@@ -260,10 +260,12 @@ name: cmake-build-ci
 on:
   push:
     paths:
+      - "contrib/**"
       - "include/**"
       - "src/**"
       - "test/**"
       - "CMake*"
+      - "CPack*"
       - ".github/workflows/cmake-build-ci*"
     branches-ignore:
       - gh-pages
index e51e972078145882efeabad44432dc0f4629431c..a6fbe59ab925feed7a4cc87dd596eb6c39bac1ca 100644 (file)
@@ -3,10 +3,12 @@ name: cmake-build-ci
 on:
   push:
     paths:
+      - "contrib/**"
       - "include/**"
       - "src/**"
       - "test/**"
       - "CMake*"
+      - "CPack*"
       - ".github/workflows/cmake-build-ci*"
     branches-ignore:
       - gh-pages