From 9316ccbe2aac89c516aaf59e7d45741f36d84fa5 Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 18 Jun 2022 20:34:55 +0200 Subject: [PATCH] CI triggers. --- .github/workflows/documentation-ci.yml | 4 ++-- .github/workflows/library-ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation-ci.yml b/.github/workflows/documentation-ci.yml index 7f973be..d9e9c2b 100644 --- a/.github/workflows/documentation-ci.yml +++ b/.github/workflows/documentation-ci.yml @@ -3,7 +3,7 @@ name: Documentation CI on: push: paths: - - '.github/**' + - '.github/documentation-ci.yml' - 'API/**' - 'CMake/FindBreathe.cmake' - 'CMake/FindSphinx.cmake' @@ -11,7 +11,7 @@ on: - 'CMakeLists.txt' pull_request: paths: - - '.github/**' + - '.github/documentation-ci.yml' - 'API/**' - 'CMake/FindBreathe.cmake' - 'CMake/FindSphinx.cmake' diff --git a/.github/workflows/library-ci.yml b/.github/workflows/library-ci.yml index a831830..7b84421 100644 --- a/.github/workflows/library-ci.yml +++ b/.github/workflows/library-ci.yml @@ -3,7 +3,7 @@ name: Library CI on: push: paths: - - '.github/**' + - '.github/library-ci.yml' - 'API/**' - 'CMake/FindZeta.cmake' - 'sources/**' @@ -11,7 +11,7 @@ on: - 'CMakeLists.txt' pull_request: paths: - - '.github/**' + - '.github/library-ci.yml' - 'API/**' - 'CMake/FindZeta.cmake' - 'sources/**'