We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714e63b commit a27a2e4Copy full SHA for a27a2e4
1 file changed
.github/workflows/docs.yml
@@ -3,7 +3,13 @@ name: Deploy leviathan docusaurus to GitHub Pages
3
on:
4
# Trigger deployment on pushes to main branch
5
push:
6
- branches: [master]
+ branches:
7
+ - master
8
+ - dev
9
+ paths:
10
+ - '.github/workflows/docs.yml'
11
+ - 'docs/**'
12
+
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
0 commit comments