Skip to content

Commit

Permalink
ci: documentation workflow is now only triggered when the Documentati…
Browse files Browse the repository at this point in the history
…on subdirectory has modifications
  • Loading branch information
linguini1 committed Oct 16, 2024
1 parent 67ed036 commit 92741ed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@
#
---
name: "Build Documentation"

on:
pull_request:
push:
branches:
- master
paths:
- 'Documentation/**'

pull_request:
paths:
- 'Documentation/**'

concurrency:
group: docs-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 92741ed

Please sign in to comment.