Delete build.yml

This commit is contained in:
hiraali43 2022-11-28 15:12:54 +05:00 committed by GitHub
parent 740c27300f
commit 60cd4fbd74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: docker/build-push-action@v1
with:
push: false