From 6e8069fc2a9604f383d6bc25020b826fbba78abe Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Fri, 13 Feb 2026 14:45:15 +0530 Subject: [PATCH] chore: remove manual CI trigger for master branch in workflow configuration --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc1ada8e..5842eba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: CI on: pull_request: push: - branches: [master] - # Allow maintainers to manually kick CI when GitHub doesn't create a run for a new head SHA. workflow_dispatch: concurrency: