Skip to content

Commit 3d57156

Browse files
committed
Ignore Markdown changes in CI
1 parent c5957f4 commit 3d57156

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/presubmit.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Presubmit
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**/*.md'
7+
pull_request:
8+
paths-ignore:
9+
- '**/*.md'
410

511
jobs:
612
format:

0 commit comments

Comments
 (0)