Skip to content

Commit 7a2f5fd

Browse files
authored
chore: modify coverage trigger conditions (apache#709)
1 parent a586129 commit 7a2f5fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/coverage.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths-ignore:
11+
- 'docs/**'
12+
- 'etc/**'
13+
- '**.md'
14+
- '.dockerignore'
15+
- 'docker/**'
1016
schedule:
1117
- cron: '2 0 * * *'
1218

0 commit comments

Comments
 (0)