From d71f6eca6bf9da1ecc094f8ce362f07d3325fff5 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 25 May 2022 16:11:07 +0300 Subject: Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec4f22f6..0834bbf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: Java CI -on: [push, pull_request] +on: + pull_request: + push: + branches: master jobs: build: -- cgit v1.2.3