From 35f2786129c82c08ddc41d608115a9b8d49126af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:30:08 +0200 Subject: [PATCH] Added test CI on push --- .github/workflows/dotnet-windows.yml | 23 ----------------------- .github/workflows/test-on-hardware.yml | 8 ++++---- 2 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 .github/workflows/dotnet-windows.yml diff --git a/.github/workflows/dotnet-windows.yml b/.github/workflows/dotnet-windows.yml deleted file mode 100644 index 9508202..0000000 --- a/.github/workflows/dotnet-windows.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: .NET Windows - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - build: - runs-on: windows-latest - strategy: - matrix: - dotnet-version: [ '3.0', '3.1.x', '5.0.x' ] - steps: - - uses: actions/checkout@v3 - - name: Setup dotnet ${{ matrix.dotnet-version }} - uses: actions/setup-dotnet@v2 - with: - dotnet-version: ${{ matrix.dotnet-version }} - # You can test your matrix by printing the current dotnet version - - name: Display dotnet version - run: dotnet --version diff --git a/.github/workflows/test-on-hardware.yml b/.github/workflows/test-on-hardware.yml index 9d31c5b..708862b 100644 --- a/.github/workflows/test-on-hardware.yml +++ b/.github/workflows/test-on-hardware.yml @@ -2,10 +2,10 @@ name: Test mewtocol on real hardware on: workflow_dispatch: -# push: -# branches: -# - main -# - master + push: + branches: + - main + - master jobs: