github: update workflows [ci skip]
authorMichael Wallner <mike@php.net>
Fri, 23 Oct 2020 08:24:51 +0000 (10:24 +0200)
committerMichael Wallner <mike@php.net>
Fri, 23 Oct 2020 08:24:51 +0000 (10:24 +0200)
.github/workflows/cmake-build-ci.gen
.github/workflows/cmake-build-ci.yml
.github/workflows/docs-publish-pages.yml

index d3e6829d72d0bbdca739f8f18116df50933c0371..bee2d0572ade554ed7f8e7a5efd2a00428b9b72a 100755 (executable)
@@ -188,11 +188,12 @@ function defaults() {
 name: cmake-build-ci
 on:
   push:
-    paths-ignore:
-      - "docs/**"
-      - ".travis.yml"
-      - ".cirrus.yml"
-      - ".github/workflows/docs*"
+    paths:
+      - "include/**"
+      - "src/**"
+      - "test/**"
+      - "CMake*"
+      - ".github/workflows/cmake-build-ci*"
     branches-ignore:
       - gh-pages
   pull_request:
index 390998adb71e013695a0d8b3cf453f4c23289bc6..7bb25a7ad4c7553740bcf74fa801d9164546a017 100644 (file)
@@ -2,11 +2,12 @@
 name: cmake-build-ci
 on:
   push:
-    paths-ignore:
-      - "docs/**"
-      - ".travis.yml"
-      - ".cirrus.yml"
-      - ".github/workflows/docs*"
+    paths:
+      - "include/**"
+      - "src/**"
+      - "test/**"
+      - "CMake*"
+      - ".github/workflows/cmake-build-ci*"
     branches-ignore:
       - gh-pages
   pull_request:
index 52231b73bea265e0bd066939124877a20f845c85..89ca24bff2ad636ae0b2e41bbfc16c4ece365004 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     paths:
       - 'docs/**'
+      - 'ChangeLog*'
     branches:
       - v1.x
 
@@ -18,6 +19,7 @@ jobs:
       - name: Install dependencies
         run: |
           sudo apt-get install -y \
+            python3-m2r \
             python3-sphinx \
             python3-sphinx-rtd-theme
       - name: Configure