Sfoglia il codice sorgente

Temporarily add this branch to triggers

scossu 1 anno fa
parent
commit
bae50cb024
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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" ]