Sfoglia il codice sorgente

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

add on publish trigger
sstidl 2 anni fa
parent
commit
1bdffc752e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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