Skip to content

Commit a2261c3

Browse files
committed
fix: changes master to main branch
1 parent bab0cfb commit a2261c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ name: Lint
66
on:
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
- 'feature/**'
1111
- 'features/**'
1212
push:
1313
branches:
14-
- master
14+
- main
1515

1616
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717
jobs:

0 commit comments

Comments
 (0)