We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f54f5 commit fd8a112Copy full SHA for fd8a112
.github/workflows/validate-markdown.yaml
@@ -3,13 +3,12 @@ name: validate-markdown
3
# Author: @MikeRalphson
4
# Issue: https://github.com/OAI/OpenAPI-Specification/issues/2130
5
6
-#
7
# This workflow validates markdown files in the project root.
8
# It also validates the work-in-progress specification file src/oas.md with slightly different rules.
9
10
11
-# run this on push to any branch and creation of pull-requests
12
-on: [push, pull_request]
+# run this on pull requests (which includes pushes to their head branch)
+on:
+ - pull_request
13
14
jobs:
15
lint:
0 commit comments