Skip to content

Commit 70a4a2e

Browse files
committed
GHA: prevent CI triggers on documentation changes
The documentation changes do not need to trigger a full CI build as there is no content in there which is being linted or consumed by the build.
1 parent d1e3eea commit 70a4a2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build and Test
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- 'README.md'
7+
- 'Documentation/**'
58
branches:
69
- main
710
workflow_dispatch:

0 commit comments

Comments
 (0)