From a04fbeb1b52fa5e4d16880e58f78152b596e39c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20=C3=87A=C4=9EDA=C5=9E?= Date: Wed, 20 Nov 2019 09:20:02 +0300 Subject: [PATCH] Delete main.yml --- .github/workflows/main.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 123cc3ea62..0000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 'Main' -on: - pull_request: - paths: - - 'framework/**' - - 'modules/**' - branches: - - dev -jobs: - build-test: - runs-on: windows-latest - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-dotnet@master - with: - dotnet-version: '3.0.100' - - - name: Build All - run: .\build-all.ps1 - shell: pwsh - - - name: Test All - run: .\test-all.ps1 - shell: pwsh