From 1772f369d8ad187d3a77dd39cec115e11ef97e38 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Sat, 14 May 2022 10:41:29 +0200 Subject: [PATCH] Remove compilation.yml --- .github/workflows/compilation.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/compilation.yml diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml deleted file mode 100644 index 1da129a..0000000 --- a/.github/workflows/compilation.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Compile all - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Compile all - run: ./make.sh build all