Skip to content

Commit

Permalink
feat(#1): in master too
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 17, 2024
1 parent c6400ed commit 8d0097f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
---
name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
Expand All @@ -30,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04, windows-2022, macos-12 ]
node: [20]
node: [ 20 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8d0097f

Please sign in to comment.