Skip to content

Commit

Permalink
Merge pull request #26 from delanni/update-ci-workflow
Browse files Browse the repository at this point in the history
Update CI workflow to run on pull requests
  • Loading branch information
delanni authored Dec 13, 2024
2 parents 2527a5d + 24e5a90 commit 2feaaf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
runs-on: ubuntu-latest

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

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2feaaf3

Please sign in to comment.