Sfoglia il codice sorgente

Fix workflow: change branch from main to master

537yaha 7 mesi fa
parent
commit
c95acfab33
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/docker-build.yml

+ 1 - 1
.github/workflows/docker-build.yml

@@ -2,7 +2,7 @@ name: Build and Push Docker Image
 
 on:
   push:
-    branches: [ main ]
+    branches: [ master,main ]
 
 jobs:
   build: