diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/coverage.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6bdaf14..a55fa9b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,7 +1,8 @@ -push: - branches: [ "main" ] -pull_request: - branches: [ "main" ] +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] name: Coverage jobs: coverage: |
