From f827e4f5dcef90e06c923bd78ef7d5913a8df550 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 23 Jul 2024 13:40:40 +0200 Subject: [PATCH] Trigger docs deployment on tagged commit (#7122) # References and relevant issues Followup to https://github.com/napari/docs/pull/463 # Description It looks like the condition from https://github.com/napari/docs/pull/463 was never triggered, as base workflow in repository was triggered only by push to main branch, not on tag. --- .github/workflows/deploy_docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 4153d1c3381..8492ebcef2d 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - "v*" workflow_dispatch: concurrency: