Skip to content

Commit 4133c2f

Browse files
committed
Add examples path to documentation workflow triggers
1 parent e5e5aa1 commit 4133c2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- '.github/workflows/Documentation.yml'
77
- 'docs/**'
8+
- 'examples/**'
89
- 'lib/**'
910
- 'src/**'
1011
- 'Project.toml'
@@ -15,6 +16,7 @@ on:
1516
paths:
1617
- '.github/workflows/Documentation.yml'
1718
- 'docs/**'
19+
- 'examples/**'
1820
- 'lib/**'
1921
- 'src/**'
2022
- 'Project.toml'

0 commit comments

Comments
 (0)