Skip to content

Commit d9f1337

Browse files
committed
ci: ignore docs in build workflow
1 parent 2cbf915 commit d9f1337

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Build
2-
on: [push]
2+
on:
3+
push:
4+
paths-ignore:
5+
- 'docs/**'
6+
- 'README.md'
7+
38
jobs:
49
build:
510
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)