Skip to content

Commit 23a18e4

Browse files
committed
ignore actions for only docs changes
1 parent 5dda31a commit 23a18e4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: Tests
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
paths-ignore:
6+
- "docs/**"
7+
- "*.md"
8+
pull_request:
9+
paths-ignore:
10+
- "docs/**"
11+
- "*.md"
612

713
jobs:
814
tests:

0 commit comments

Comments
 (0)