老周 2 anni fa
parent
commit
fdfa4e3e96
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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: