Delete build.yml
This commit is contained in:
parent
740c27300f
commit
60cd4fbd74
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -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
|
|
Loading…
Reference in New Issue
Block a user