Skip to content

Commit

Permalink
only run docs CI jobs on PRs when docs have changed (#1612)
Browse files Browse the repository at this point in the history
only run docs CI jobs when docs have changed
  • Loading branch information
danielvegamyhre authored Jan 29, 2025
1 parent 2aed684 commit 2d8c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
pull_request:
paths:
- 'docs/**'
- '!docs/**'
pull_request:
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 2d8c8eb

Please sign in to comment.