Skip to content

Commit 1bbfa35

Browse files
committed
Update docs.yml: add path filters to trigger on relevant changes
1 parent 978a0b9 commit 1bbfa35

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- '**.swift'
9+
- '**.md'
10+
- 'mcpbridge-wrapper.docc/**'
11+
- '.github/workflows/docs.yml'
712
pull_request:
813
branches:
914
- main

0 commit comments

Comments
 (0)