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