Ver código fonte

Fix workflow: change branch from main to master

537yaha 7 meses atrás
pai
commit
c95acfab33
1 arquivos alterados com 1 adições e 1 exclusões
  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: