Delete EMS-ESP_cpp_make.yml

This commit is contained in:
Proddy
2020-10-29 20:35:46 +01:00
committed by GitHub
parent 9888ee715e
commit 76b8621b82

View File

@@ -1,20 +0,0 @@
name: EMS-ESP C++ make
on:
push:
# branches: [ dev ]
pull_request:
# branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make clean
run: make clean
- name: make
run: make