Skip to content

Commit db76fb9

Browse files
committed
Don't run build when changing docs
These specific types of docs will never affect the build, so there is no point in running it when they change.
1 parent 084aa7c commit db76fb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ name: build
55
on:
66
push:
77
branches: [ main, dev, 'feature/*', 'rel/*' ]
8+
paths-ignore:
9+
- changelog.md
10+
- code-of-conduct.md
11+
- security.md
12+
- support.md
813
pull_request:
914
types: [opened, synchronize, reopened]
1015

0 commit comments

Comments
 (0)