Skip to content

Commit 6e157d5

Browse files
committed
Updated workflow to run only when relevant files are changed
1 parent 37908c3 commit 6e157d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Deploy EPRPy Documentation
22

33
on:
44
push:
5+
paths:
6+
- 'docs/source/**'
7+
- 'eprpy/**'
8+
- '.github/workflows/**'
59
branches:
610
- main
711

0 commit comments

Comments
 (0)