Ver código fonte

Only deploy docker image on release branch

Eric Dubé 1 ano atrás
pai
commit
87852d125f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/docker-image.yaml

+ 1 - 1
.github/workflows/docker-image.yaml

@@ -5,7 +5,7 @@ name: Docker Image CI
 # branch called `main`.
 on:
   push:
-    branches: ['main']
+    branches: ['release']
   
 
 # Defines two custom environment variables for the workflow. These are used