Skip to content

Commit 5a72248

Browse files
committed
Skips the build workflow on changes to docs.
1 parent 3ae1d74 commit 5a72248

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: Build
22

3-
on:
3+
on:
44
push:
5-
branches: [ main, development ]
5+
paths-ignore:
6+
- 'README.md'
7+
- 'INSTALL.md'
8+
- 'docs/**'
69
pull_request:
7-
branches: [ main, development ]
10+
paths-ignore:
11+
- 'README.md'
12+
- 'INSTALL.md'
13+
- 'docs/**'
814

915
jobs:
1016
run:

0 commit comments

Comments
 (0)