Skip to content

Commit 7d255a6

Browse files
committed
ci: add paths-ignore
1 parent f7fc98b commit 7d255a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
name: Build
1+
name: Test
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'docs/**'
7+
- 'boot/**'
8+
- 'web/**'
9+
- '**.md'
510

611
jobs:
712
test:

0 commit comments

Comments
 (0)