Skip to content

Commit 2624e93

Browse files
committed
chore: update when ci runs
1 parent 0d6bf85 commit 2624e93

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: Lint & Test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
48

59
jobs:
610
ci:
711
runs-on: ubuntu-latest
8-
912
strategy:
1013
matrix:
1114
node-version: ['22.13.0', '24', '26']
12-
1315
steps:
1416
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1517

0 commit comments

Comments
 (0)