Skip to content

Commit

Permalink
changed trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
RA341 committed Mar 11, 2025
1 parent 714e63b commit a27a2e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ name: Deploy leviathan docusaurus to GitHub Pages
on:
# Trigger deployment on pushes to main branch
push:
branches: [master]
branches:
- master
- dev
paths:
- '.github/workflows/docs.yml'
- 'docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit a27a2e4

Please sign in to comment.