From ee86238c3a03d8f1384dc1db39a593688ef11e76 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Tue, 12 Nov 2024 17:40:53 +0200 Subject: Add phpstan --- .github/workflows/coverage.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.github') 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: -- cgit v1.2.3