Skip to content

Commit 2bac7a0

Browse files
committed
fix(ci): use branch main for checkSnippets
1 parent acadc4e commit 2bac7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-snippets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CheckSnippets
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths:
77
- 'src/**/snippet/*.json'
88
pull_request:

0 commit comments

Comments
 (0)