Explorar el Código

Merge pull request #626 from librespeed/update-build-pipeline

add on publish trigger
sstidl hace 1 año
padre
commit
1bdffc752e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .github/workflows/docker-publish.yml

+ 2 - 0
.github/workflows/docker-publish.yml

@@ -14,6 +14,8 @@ on:
     tags: ["v*.*.*"]
   pull_request:
     branches: ["{{is_default_branch}}"]
+  release:
+    types: [published]
 
 env:
   # Use docker.io for Docker Hub if empty