diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-12 17:40:53 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-12 17:40:53 +0200 |
| commit | ee86238c3a03d8f1384dc1db39a593688ef11e76 (patch) | |
| tree | 10f518dcc30a5e24e650cf4062df7b9cb27c6778 /.github | |
| parent | adc0dfe77902fbcb57061c4b64370dcb0d854573 (diff) | |
Add phpstan
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: |
