diff --git a/.github/workflows/release-patch.yml b/.github/workflows/release-patch.yml index b036ba28..458f664e 100644 --- a/.github/workflows/release-patch.yml +++ b/.github/workflows/release-patch.yml @@ -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 }}