Skip to content

Commit

Permalink
github: Add paths filter for preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Mar 20, 2024
1 parent 009fc8d commit e727efa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/preview-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Preview Documentation Site

on:
pull_request:
paths:
- docs/**
push:
paths:
- docs/**
branches:
- main

Expand Down

0 comments on commit e727efa

Please sign in to comment.