diff --git a/.github/workflows/documentation-ci.yml b/.github/workflows/documentation-ci.yml index d9e9c2b..b7d42d4 100644 --- a/.github/workflows/documentation-ci.yml +++ b/.github/workflows/documentation-ci.yml @@ -3,7 +3,7 @@ name: Documentation CI on: push: paths: - - '.github/documentation-ci.yml' + - '.github/workflows/documentation-ci.yml' - 'API/**' - 'CMake/FindBreathe.cmake' - 'CMake/FindSphinx.cmake' @@ -11,7 +11,7 @@ on: - 'CMakeLists.txt' pull_request: paths: - - '.github/documentation-ci.yml' + - '.github/workflows/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 7b84421..2c7750a 100644 --- a/.github/workflows/library-ci.yml +++ b/.github/workflows/library-ci.yml @@ -3,7 +3,7 @@ name: Library CI on: push: paths: - - '.github/library-ci.yml' + - '.github/workflows/library-ci.yml' - 'API/**' - 'CMake/FindZeta.cmake' - 'sources/**' @@ -11,7 +11,7 @@ on: - 'CMakeLists.txt' pull_request: paths: - - '.github/library-ci.yml' + - '.github/workflows/library-ci.yml' - 'API/**' - 'CMake/FindZeta.cmake' - 'sources/**'