From 021731ebeefb4d8dca967f88336c6a2058fdac6c Mon Sep 17 00:00:00 2001 From: novonotes-dev Date: Sun, 3 May 2026 11:26:32 +0900 Subject: [PATCH] Run CI on all branch pushes --- .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 1b5dbf8..575128f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - main + - "**" pull_request: jobs: