From afbf4ef80e42407812da292650486582cc2f42db Mon Sep 17 00:00:00 2001 From: Claw Date: Tue, 19 May 2026 14:04:59 +0000 Subject: [PATCH] fix(ci): run lint on all branches, not just main --- .gitea/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index c4c2481..af1fd53 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -2,9 +2,7 @@ name: Lint on: push: - branches: [main] pull_request: - branches: [main] jobs: lint-php: