Add wildcard paths to the API docs generation workflows (#15313)

This commit is contained in:
Nat Kershaw (MSFT) 2023-05-02 10:43:45 -07:00 committed by GitHub
parent 4b8025e492
commit e901cdbf54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

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

View file

@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- csharp
- csharp/**
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:

View file

@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- java
- java/**
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:

View file

@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- objectivec
- objectivec/**
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:

View file

@ -6,7 +6,8 @@ on:
branches:
- main
paths:
- onnxruntime/python
- onnxruntime/python/**
- docs/python/**
schedule:
- cron: '0 0 1 * *'
workflow_dispatch: