Explorar el Código

Fix workflow for documentation (#1607)

Ruslan Ibragimov hace 3 años
padre
commit
4862687956
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/documentation.yaml

+ 2 - 2
.github/workflows/documentation.yaml

@@ -7,8 +7,8 @@ on:
       - reopened
       - synchronize
     paths:
-      - 'documentation/*'
-      - './*.md'
+      - 'documentation/**'
+      - '**.md'
 jobs:
   build-and-test:
     runs-on: ubuntu-latest