Skip to content

Commit

Permalink
run docs only when they're updated or on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdotink committed Dec 17, 2023
1 parent 90884e1 commit 3150e25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches:
- main
tags-ignore:
- "**"
paths:
- docs/**
release:
types:
- published
Expand Down

0 comments on commit 3150e25

Please sign in to comment.