Skip to content

Commit b01778d

Browse files
committed
Update workflow to use 'main' branch instead of 'master'
1 parent f02b622 commit b01778d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Check Markdown links
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
markdown-link-check:

0 commit comments

Comments
 (0)