Skip to content

Commit

Permalink
chore: modify coverage trigger conditions (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshao90 authored Mar 8, 2023
1 parent 689dc12 commit 47a3f0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'etc/**'
- '**.md'
- '.dockerignore'
- 'docker/**'
schedule:
- cron: '2 0 * * *'

Expand Down

0 comments on commit 47a3f0b

Please sign in to comment.