avoid code coverage run on push trigger (#1849)
This commit is contained in:
parent
cb066cb5c9
commit
a1ff609628
|
|
@ -1,10 +1,6 @@
|
|||
name: Code Coverage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, metrics ]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
branches: [ main, metrics ]
|
||||
paths-ignore:
|
||||
|
|
|
|||
Loading…
Reference in New Issue