diff --git a/.github/workflows/api_inference_generate_documentation.yml b/.github/workflows/api_inference_generate_documentation.yml index c3171f8ed..2ee54bd48 100644 --- a/.github/workflows/api_inference_generate_documentation.yml +++ b/.github/workflows/api_inference_generate_documentation.yml @@ -2,8 +2,11 @@ name: Update API Inference Documentation on: workflow_dispatch: - schedule: - - cron: "0 3 * * *" # Every day at 3am + push: + branches: + - regenerate-api-inference-docs + # schedule: + # - cron: "0 3 * * *" # Every day at 3am concurrency: group: api_inference_generate_documentation