Skip to content

Commit 526b3eb

Browse files
committed
Run only on pull_request
1 parent b3f54f5 commit 526b3eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate-markdown.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ name: validate-markdown
99
#
1010

1111
# run this on push to any branch and creation of pull-requests
12-
on: [push, pull_request]
12+
on:
13+
- pull_request
1314

1415
jobs:
1516
lint:

0 commit comments

Comments
 (0)