Only automatically build API documentation for 3.0 branch and v3.* tags

This commit is contained in:
grossmj 2020-10-24 15:24:32 +10:30
parent d2b7c9bcbf
commit 163a867f00

View File

@ -3,6 +3,8 @@ name: publish-api-documentation
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches:
- 3.0
tags: tags:
- v3.* - v3.*