Skip to content

Commit dc4019f

Browse files
committed
fix ci
1 parent 48c1380 commit dc4019f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Tests
22
on:
33
pull_request:
4+
branches:
5+
- main
46

57
jobs:
68
test-node:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)