From 4c3b65e63182a5ba569561adfcd81676ef57db12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m=2E=20We=20are=20hiring=20=40=20Ganaz?= Date: Mon, 23 May 2022 17:43:29 -0600 Subject: [PATCH] Update ctest.yml --- .github/workflows/ctest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index f0e7e38..2aa2c3a 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -2,6 +2,8 @@ name: ci/action ctest on: push: + paths: + - docs/** branches: [ master ] pull_request: branches: [ master ]