diff --git a/.github/workflows/deploy-docs-latest.yml b/.github/workflows/deploy-docs-latest.yml index e83dbd1..4add732 100644 --- a/.github/workflows/deploy-docs-latest.yml +++ b/.github/workflows/deploy-docs-latest.yml @@ -1,9 +1,8 @@ name: Deploy LATEST DOCS on: - workflow_run: - workflows: ["Bump version"] - types: - - completed + push: + tags: + - 'v*.*.*' permissions: contents: write jobs: