diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c4f47a2d..2a281895 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,17 +1,14 @@ name: Tests on: - push: - branches: ["*"] + #push: + # branches: ["main"] pull_request: branches: ["*"] jobs: build: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [windows-latest, ubuntu-latest] + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4