Skip to content

Commit

Permalink
limit extraneous rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 3, 2024
1 parent 2441238 commit c7becce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Sphinx build

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "docs/**"

jobs:
build:
Expand Down

0 comments on commit c7becce

Please sign in to comment.