Skip to content

Commit

Permalink
Update sphinx-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbmorgan authored Jul 29, 2024
1 parent 76849bd commit cf67d77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Build and deploy Sphinx docs
on:
# Runs on pushes targeting the default branch
push:
branches: ["master, docs"]
branches:
- master
- docs
pull_request:
branches: ["master, docs"]
branches:
- master
- docs

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

0 comments on commit cf67d77

Please sign in to comment.