aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar vitalyster2022-05-25 16:11:07 +0300
committerGravatar GitHub2022-05-25 16:11:07 +0300
commitd71f6eca6bf9da1ecc094f8ce362f07d3325fff5 (patch)
tree041043a1f61db3e18fd1dee59dae7b88d0776051 /.github
parentef9b61ebf7a9025747f715b98c4d8fcd98531b91 (diff)
Update ci.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
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: