From 163a867f00a51691db62df34e80753a11d52e389 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 24 Oct 2020 15:24:32 +1030 Subject: [PATCH] Only automatically build API documentation for 3.0 branch and v3.* tags --- .github/workflows/publish_api_documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index 59289038..d20e5f49 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -3,6 +3,8 @@ name: publish-api-documentation on: workflow_dispatch: push: + branches: + - 3.0 tags: - v3.*