There was an error while loading. Please reload this page.
1 parent 0df9615 commit ea7e48dCopy full SHA for ea7e48d
2 files changed
.github/workflows/release.yaml
@@ -5,7 +5,7 @@ on:
5
tags:
6
- "v*"
7
paths-ignore:
8
- - "examples/**"
+ - "examples/**/README.md"
9
- "README.md"
10
- "CONTRIBUTING.md"
11
workflow_dispatch:
.github/workflows/test.yaml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
branches: [main]
0 commit comments