ci: docs: make sure they are built for releases and manually
[awesomized/libmemcached] / .github / workflows / docs-publish-pages.yml
index 89ca24bff2ad636ae0b2e41bbfc16c4ece365004..cd5c66eb21b68814e616de5b8bc1382afe4fe939 100644 (file)
@@ -1,6 +1,9 @@
 name: docs-publish-pages
 
 on:
+  workflow_dispatch:
+  release:
+    types: [published]
   push:
     paths:
       - 'docs/**'