Skip to content

Commit

Permalink
ci: run on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Jul 31, 2024
1 parent 1f4756d commit 17c5dcc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Build

on: [push]
on:
- push
- pull_request

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 17c5dcc

Please sign in to comment.