From 7a7f7811c7348465ecdc7a87fa1563f5d419d5a6 Mon Sep 17 00:00:00 2001 From: janosbabik Date: Mon, 1 Jul 2024 16:41:14 +0200 Subject: [PATCH] chore: Update deployment commands in deploy-docs-latest.yml --- .github/workflows/deploy-docs-latest.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: