From bca7adfc063d7f3af8626d07a11a9c5991619486 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 31 Dec 2020 19:03:06 +0800 Subject: [PATCH] Limit github actions --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4b58dae6..d06f4862 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,10 @@ name: Java CI on: - [ push ] + push: + branches: + - "1.16" + - "1.17" jobs: build: