From ebb4d4ac745d2140d1bab290b13beddff0081fac Mon Sep 17 00:00:00 2001 From: Albert Date: Fri, 13 Mar 2026 15:25:07 +0100 Subject: [PATCH] chore(ci): run pull_request workflows on all branches and sync specs to v0.10.0 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72a23d9..a4650de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,7 @@ name: CI on: push: branches: [main] - pull_request: - branches: [main] - + pull_request: {} jobs: lint: runs-on: ubuntu-latest