Explorar el Código

Temporarily add this branch to triggers

scossu hace 1 año
padre
commit
bae50cb024
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/push-docker-image.yml

+ 1 - 1
.github/workflows/push-docker-image.yml

@@ -1,7 +1,7 @@
 name: Push image to Docker Hub.
 on:
   push:
-    branches: [ "main" ]
+    branches: [ "main", "docker_hub" ]
   pull_request:
     branches: [ "main" ]