Skip to content

Commit

Permalink
only rebuild docs if we modify code or docs
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Dec 5, 2022
1 parent 669e915 commit c34fc73
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ name: Documentation

on:
push:
paths:
- earthaccess/**
- tests/**
- docs/**
- notebooks/**
pull_request:
paths:
- earthaccess/**
- tests/**
- docs/**
- notebooks/**
types: [opened, synchronize]

jobs:
documentation:
Expand Down

0 comments on commit c34fc73

Please sign in to comment.