Skip to content

Commit 52abd9f

Browse files
fix: update default branch name in ci
1 parent ce4f443 commit 52abd9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Unit Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
Jest:

0 commit comments

Comments
 (0)