From c81e6639a39c6d3498e93ad701aa09373d105c54 Mon Sep 17 00:00:00 2001 From: Antonio Stanziola Date: Mon, 29 Nov 2021 17:19:25 +0000 Subject: [PATCH] build docs only for new releases --- .github/workflows/build_docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 748969a..8177a71 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -2,7 +2,8 @@ name: Documentation on: push: - branches: [ main ] + tags: + - 'v*' jobs: