diff options
author | vitalyster | 2022-05-25 16:11:07 +0300 |
---|---|---|
committer | GitHub | 2022-05-25 16:11:07 +0300 |
commit | d71f6eca6bf9da1ecc094f8ce362f07d3325fff5 (patch) | |
tree | 041043a1f61db3e18fd1dee59dae7b88d0776051 | |
parent | ef9b61ebf7a9025747f715b98c4d8fcd98531b91 (diff) |
Update ci.yml
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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: |