shedaniel пре 4 година
родитељ
комит
bca7adfc06
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      .github/workflows/publish.yml

+ 4 - 1
.github/workflows/publish.yml

@@ -1,7 +1,10 @@
 name: Java CI
 
 on:
-  [ push ]
+  push:
+    branches:
+      - "1.16"
+      - "1.17"
 
 jobs:
   build: