Skip to content

Commit a27a2e4

Browse files
committed
changed trigger
1 parent 714e63b commit a27a2e4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ name: Deploy leviathan docusaurus to GitHub Pages
33
on:
44
# Trigger deployment on pushes to main branch
55
push:
6-
branches: [master]
6+
branches:
7+
- master
8+
- dev
9+
paths:
10+
- '.github/workflows/docs.yml'
11+
- 'docs/**'
12+
713
# Allows you to run this workflow manually from the Actions tab
814
workflow_dispatch:
915

0 commit comments

Comments
 (0)