Skip to content

Commit

Permalink
[BE] Only run docs build in CI if docs have changed (#1589)
Browse files Browse the repository at this point in the history
only run docs build in CI if docs have changed
  • Loading branch information
danielvegamyhre authored and jainapurva committed Jan 24, 2025
1 parent cc06016 commit 2c2a02b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
paths:
- 'docs/**'
- '!docs/**'
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 2c2a02b

Please sign in to comment.