From a8b9dfc5c19b6a0021d56ca8319a69903e457b04 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Wed, 19 Oct 2022 13:20:45 -0700 Subject: [PATCH] fix(docs): only publish API docs on v6 tags (#2976) --- .github/workflows/gh-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 83e08a4c09..db9d887b9c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,9 +1,9 @@ -name: GitHub Pages +name: API Documentation on: push: - branches: - - main + tags: + - v6.** jobs: deploy: