Delete build.yml

This commit is contained in:
InsanusMokrassar 2021-09-22 20:17:04 +06:00 committed by GitHub
parent 847fcbb488
commit f64e1effa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
name: Regular build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build
run: ./gradlew build