trigger workflow on doc_ci branch.

This commit is contained in:
Rinne 2024-03-31 21:15:36 +08:00
parent c90f97021b
commit e63fa778fa
No known key found for this signature in database
GPG Key ID: E86D01E1809BD23E
1 changed files with 3 additions and 4 deletions

View File

@ -7,10 +7,9 @@ name: auto-patch-release
# - completed
on:
pull_request:
branches:
- master
types: [ opened ]
push:
branches:
- 'doc_ci'
env:
NUGET_API_TOKEN: ${{ secrets.LLAMA_SHARP_NUGET_KEY }}