From 2c41fbe7b19a6b6d0f39658ff7d48240da42e02c Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 11 Nov 2020 02:34:11 +0300 Subject: CI: update environment --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b708d975..f7a94300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,15 +1,11 @@ name: Java CI -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 -- cgit v1.2.3