Explorar el Código

Update maven.yml

老周 hace 2 años
padre
commit
fdfa4e3e96
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      .github/workflows/maven.yml

+ 3 - 2
.github/workflows/maven.yml

@@ -1,7 +1,8 @@
 name: Auto Deploy Docker
 
-on: [push]
-
+on: 
+  push:
+    branches: [ "master","2.0" ]
 jobs:
   build: