diff options
author | vitalyster | 2020-11-11 02:34:11 +0300 |
---|---|---|
committer | GitHub | 2020-11-11 02:34:11 +0300 |
commit | 2c41fbe7b19a6b6d0f39658ff7d48240da42e02c (patch) | |
tree | 940d83027121cb0b7f8270d2366af0e1c8184bf6 /.github/workflows/ci.yml | |
parent | e3b7fb8ded8a9a9497228da3b0a503d9534e9973 (diff) |
CI: update environment
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 2 insertions, 6 deletions
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 |