From d2a5946662645eedb334182e0a356fbd17ff354b Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Mon, 10 Nov 2025 12:48:28 +0800 Subject: [PATCH] ci: remove ignore of main branch for push event --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc914a8..670c4b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,6 @@ name: ci on: push: - branches-ignore: - - main paths-ignore: - "docs/**" - "*.rst"