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/**'