Skip to content

Commit

Permalink
Update sphinx action cues
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Apr 3, 2024
1 parent 87a0c9d commit b889705
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: "Sphinx: Render docs"

on: push
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit b889705

Please sign in to comment.