CI triggers.
This commit is contained in:
4
.github/workflows/documentation-ci.yml
vendored
4
.github/workflows/documentation-ci.yml
vendored
@@ -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'
|
||||
|
||||
4
.github/workflows/library-ci.yml
vendored
4
.github/workflows/library-ci.yml
vendored
@@ -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/**'
|
||||
|
||||
Reference in New Issue
Block a user