mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Add wildcard paths to the API docs generation workflows (#15313)
This commit is contained in:
parent
4b8025e492
commit
e901cdbf54
5 changed files with 7 additions and 6 deletions
4
.github/workflows/publish-c-apidocs.yml
vendored
4
.github/workflows/publish-c-apidocs.yml
vendored
|
|
@ -6,8 +6,8 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- include/onnxruntime/core/session
|
||||
- orttraining/orttraining/training_api/include/
|
||||
- include/onnxruntime/core/session/**
|
||||
- orttraining/orttraining/training_api/include/**
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
2
.github/workflows/publish-csharp-apidocs.yml
vendored
2
.github/workflows/publish-csharp-apidocs.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- csharp
|
||||
- csharp/**
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
2
.github/workflows/publish-java-apidocs.yml
vendored
2
.github/workflows/publish-java-apidocs.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- java
|
||||
- java/**
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- objectivec
|
||||
- objectivec/**
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
3
.github/workflows/publish-python-apidocs.yml
vendored
3
.github/workflows/publish-python-apidocs.yml
vendored
|
|
@ -6,7 +6,8 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- onnxruntime/python
|
||||
- onnxruntime/python/**
|
||||
- docs/python/**
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue