From 3d0867d8f963bd84a53d8426988d765d365e399e Mon Sep 17 00:00:00 2001 From: Preetham Gujjula Date: Tue, 10 Dec 2024 16:08:06 -0800 Subject: [PATCH] Run CI on all branches --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b79ceaa..fa2ef4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ name: CI on: push: branches: - - main + - '*' pull_request: jobs: generate-matrix: