Danielshe 5 anni fa
parent
commit
7ec90d2c15
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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: