CI triggers.

This commit is contained in:
redcode
2022-06-18 20:34:55 +02:00
parent 1582330b44
commit 9316ccbe2a
2 changed files with 4 additions and 4 deletions

View File

@@ -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'

View File

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