Browse Source

Temporarily add this branch to triggers

scossu 1 year ago
parent
commit
bae50cb024
1 changed files with 1 additions and 1 deletions
  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" ]