diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml deleted file mode 100644 index ee124ec..0000000 --- a/.github/workflows/linux-build.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Linux Build - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Build - run: make clean all