Skip to content

Commit 816e16f

Browse files
committed
chore: do not trigger build/test workflows when docs submodule changes
skip ci
1 parent db517cd commit 816e16f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build/Test Pipeline
33
on:
44
push:
55
branches: [ master, setup-github-actions ]
6+
paths-ignore:
7+
- 'docs/wiki'
8+
- '.gitmodules'
69
workflow_dispatch:
710

811
# Cancel any in-progress build/test runs

0 commit comments

Comments
 (0)