Skip to content

Commit 8493de8

Browse files
committed
run docs workflow on changes to docs/ on main
1 parent 2015307 commit 8493de8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Docs
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [main]
6+
paths:
7+
- 'docs/**'
78
# Review gh actions docs if you want to further define triggers, paths, etc
89
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
910

0 commit comments

Comments
 (0)