Skip to content

Commit 5f46742

Browse files
committed
chore: add ignore on push action
1 parent 130a747 commit 5f46742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'docs/**'
77
- '*.md'
88
push:
9+
paths-ignore:
10+
- 'docs/**'
11+
- '*.md'
912

1013
permissions:
1114
actions: read

0 commit comments

Comments
 (0)