diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8094a2f8..5d0882db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,14 @@ name: Node.js CI -on: [ push, pull_request ] +on: [push] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] - node-version: [ 18, 20, 21 ] + os: [ubuntu-latest, windows-latest, macos-latest] + node-version: [18, 20, 21] steps: - name: Checkout