We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ef78e commit 739af00Copy full SHA for 739af00
.github/workflows/website.yml
@@ -3,7 +3,10 @@ name: website
3
on:
4
push:
5
branches: [main]
6
- paths: [docs/**]
+ paths:
7
+ - docs/**
8
+ - examples/README.md
9
+ - examples/**/README.md
10
release:
11
types: [published]
12
0 commit comments