Skip to content

Commit

Permalink
Merge pull request #60 from hildjj/pr-tests
Browse files Browse the repository at this point in the history
Run CI on PRs
  • Loading branch information
hildjj authored Sep 9, 2024
2 parents 851d4da + 11895bc commit c9b10fe
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Tests

on:
push:
branches:
- '*'
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
Expand All @@ -15,12 +14,7 @@ jobs:
matrix:
node-version: [18, 20, 22]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}

env:
OS: ${{ matrix.os }}
NODE: ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v4
- name: Install pnpm
Expand Down

0 comments on commit c9b10fe

Please sign in to comment.