Browse Source

Limit github actions

shedaniel 4 năm trước cách đây
mục cha
commit
bca7adfc06
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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: