Skip to content

Commit 4ea9f39

Browse files
authored
Only run markdownlint on main (#54041)
1 parent ba44ea8 commit 4ea9f39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/markdownlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ permissions:
77
# make it in GitHub a required check for PR's
88
on:
99
pull_request:
10+
branches:
11+
- main
1012

1113
jobs:
1214
lint:

0 commit comments

Comments
 (0)