Skip to content

Commit 6ddf089

Browse files
authored
fix: ci workflow only on canary branch (#20)
1 parent abe2afe commit 6ddf089

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- canary
57
pull_request:
68

79
concurrency:
@@ -43,7 +45,7 @@ jobs:
4345
runs-on: ubuntu-latest
4446
strategy:
4547
matrix:
46-
node-version: [18, 20]
48+
node-version: [16, 18, 20]
4749
name: node ${{ matrix.node-version }}
4850
steps:
4951
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)