Skip to content

Commit

Permalink
chore(ci): trigger update for example md files (#8301)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Dorr <[email protected]>
  • Loading branch information
mcansh and timdorr authored Nov 9, 2021
1 parent 75ef78e commit 739af00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: website
on:
push:
branches: [main]
paths: [docs/**]
paths:
- docs/**
- examples/README.md
- examples/**/README.md
release:
types: [published]

Expand Down

0 comments on commit 739af00

Please sign in to comment.