diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index a75b0a9a..902c538c 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -1,8 +1,10 @@ name: publish-api-documentation on: - push: - branches: [ 3.0 ] + schedule: + - cron: "0 0 * * *" + tags: + - v3.* jobs: build: