Parcourir la source

Update gradle.yml

Danielshe il y a 5 ans
Parent
commit
7ec90d2c15
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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: