Explorar el Código

Limit github actions

shedaniel hace 4 años
padre
commit
bca7adfc06
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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: