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