From: Michael Wallner Date: Mon, 28 Dec 2020 13:21:31 +0000 (+0100) Subject: ci: docs: make sure they are built for releases and manually X-Git-Tag: 1.1.0-beta2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=1c8873029bc4d36c4c10cd453a3b631d2e98060d;hp=8e9e8f3d0fc148e58e90a9404f46b1c1adea1644;p=awesomized%2Flibmemcached ci: docs: make sure they are built for releases and manually --- diff --git a/.github/workflows/docs-publish-pages.yml b/.github/workflows/docs-publish-pages.yml index 89ca24bf..cd5c66eb 100644 --- a/.github/workflows/docs-publish-pages.yml +++ b/.github/workflows/docs-publish-pages.yml @@ -1,6 +1,9 @@ name: docs-publish-pages on: + workflow_dispatch: + release: + types: [published] push: paths: - 'docs/**'