From 76b8621b82254a623170c1e80931b1304b0615f1 Mon Sep 17 00:00:00 2001 From: Proddy Date: Thu, 29 Oct 2020 20:35:46 +0100 Subject: [PATCH] Delete EMS-ESP_cpp_make.yml --- .github/workflows/EMS-ESP_cpp_make.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/EMS-ESP_cpp_make.yml diff --git a/.github/workflows/EMS-ESP_cpp_make.yml b/.github/workflows/EMS-ESP_cpp_make.yml deleted file mode 100644 index 25a9194df..000000000 --- a/.github/workflows/EMS-ESP_cpp_make.yml +++ /dev/null @@ -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 - \ No newline at end of file