From 823bb6a0fa2cf43305a88d42434582d02b2114c8 Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Thu, 21 Nov 2024 10:21:42 +0300 Subject: [PATCH] fix: remove push trigger --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8acd59ac0..2516228c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: Node.js CI on: pull_request: branches: ['**'] - push: - branches: ['main'] merge_group: types: [checks_requested]