Ver Fonte

Limit github actions

shedaniel há 4 anos atrás
pai
commit
bca7adfc06
1 ficheiros alterados com 4 adições e 1 exclusões
  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: