Skip to content

Commit 3237bfd

Browse files
MathiasMagnusmfep
authored andcommitted
Ignore Markdown changes in CI
1 parent 05e0bc0 commit 3237bfd

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)