Browse Source

reduce docker build for releases (#7137)

Benjamin Reich 1 year ago
parent
commit
4773747479
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/docker-publish.yml

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

@@ -5,6 +5,7 @@ on:
     branches:
       - edge
   release:
+    types: [published]
   workflow_dispatch:
 
 permissions: