Explorar el Código

Update gradle.yml

Danielshe hace 5 años
padre
commit
7ec90d2c15
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      .github/workflows/gradle.yml

+ 5 - 1
.github/workflows/gradle.yml

@@ -1,6 +1,10 @@
 name: Java CI
 
-on: [push]
+on:
+  push:
+    branches:    
+      - v2
+      - v2-unstable
 
 jobs:
   build: