ci: docs: make sure they are built for releases and manually
authorMichael Wallner <mike@php.net>
Mon, 28 Dec 2020 13:21:31 +0000 (14:21 +0100)
committerMichael Wallner <mike@php.net>
Mon, 28 Dec 2020 13:21:31 +0000 (14:21 +0100)
.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/**'