From 0a554d357d3dcc13f7bfed4a7bf0711a3fd65834 Mon Sep 17 00:00:00 2001 From: Dell <2307vivek@gmail.com> Date: Sun, 22 Nov 2020 20:16:16 +0530 Subject: [PATCH] removed workflows. --- .github/workflows/Build.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/Build.yml diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml deleted file mode 100644 index 3d66937..0000000 --- a/.github/workflows/Build.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Build -on: [pull_request, push] -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout the code - uses: actions/checkout@v2 - - name: Build the app - run: ./gradlew build \ No newline at end of file