Skip to content

Commit d6e6cdd

Browse files
committed
fix branch name in CI workflow
1 parent 5dfcc60 commit d6e6cdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ env:
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010
paths-ignore:
1111
- '**.md'
1212
pull_request:
1313
branches:
14-
- master
14+
- main
1515
paths-ignore:
1616
- '**.md'
1717

0 commit comments

Comments
 (0)