Skip to content

Commit a88ed5f

Browse files
committed
fix: syntax issues with docs.yml pushes trigger
1 parent f121022 commit a88ed5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy Docs
22

33
on:
44
push:
5-
branches: '*'
5+
branches:
6+
- '*'
67
paths:
78
- 'docs/**'
89
- '.github/workflows/docs.yml'

0 commit comments

Comments
 (0)