FIX: Run covergae also on merge in main
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
420ea9829c
commit
ba5869420b
6
.github/workflows/test-coverage.yaml
vendored
6
.github/workflows/test-coverage.yaml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Coverage
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
||||
Reference in New Issue
Block a user