Skip to content

Commit 9cb5c9c

Browse files
committed
Update CI workflow to include main branch
1 parent 0a51642 commit 9cb5c9c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@ on:
33
pull_request:
44
paths-ignore:
55
- "**.md"
6+
branches:
7+
- main
68
push:
79
paths-ignore:
810
- "**.md"
11+
branches:
12+
- main
913

1014
jobs:
1115
build:
12-
strategy:
13-
matrix:
14-
node: [ '20' ]
15-
name: CI 🔨🧪🧹
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: ${{ matrix.node }}
2221
cache: npm
2322
- run: npm ci
2423
- run: npm run build

0 commit comments

Comments
 (0)