Browse Source

trigger workflow on doc_ci branch.

tags/0.11.0^2
Rinne 1 year ago
parent
commit
e63fa778fa
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      .github/workflows/release-patch.yml

+ 3
- 4
.github/workflows/release-patch.yml 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 }}


Loading…
Cancel
Save