ci: gh-actions dispatch/release
authorMichael Wallner <mike@php.net>
Mon, 21 Dec 2020 23:22:10 +0000 (00:22 +0100)
committerMichael Wallner <mike@php.net>
Mon, 21 Dec 2020 23:22:10 +0000 (00:22 +0100)
.github/workflows/cmake-build-ci.gen
.github/workflows/cmake-build-ci.yml

index e8484a50e160506c620b04f5ebb7b8b714fc070c..5cdc10c8126fda2e4ed2a39364f8df7bb3706bb6 100755 (executable)
@@ -297,6 +297,9 @@ function env_override($os_vnd, $cc_vnd = null) {
 ?>
 name: cmake-build-ci
 on:
+  workflow_dispatch:
+  release:
+    types: [published]
   push:
     paths:
       - "contrib/**"
index 56e9bcba3f85e8b864a4eb35ed4b495f1096176f..729c7af7099db96e281c7fedd95dd69085a810d5 100644 (file)
@@ -1,6 +1,9 @@
 # Generated file; do not edit!
 name: cmake-build-ci
 on:
+  workflow_dispatch:
+  release:
+    types: [published]
   push:
     paths:
       - "contrib/**"