aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar vitalyster2020-11-11 02:34:11 +0300
committerGravatar GitHub2020-11-11 02:34:11 +0300
commit2c41fbe7b19a6b6d0f39658ff7d48240da42e02c (patch)
tree940d83027121cb0b7f8270d2366af0e1c8184bf6 /.github
parente3b7fb8ded8a9a9497228da3b0a503d9534e9973 (diff)
CI: update environment
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
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