From cf694683389663012c71bccff2c57b6459f8f0e9 Mon Sep 17 00:00:00 2001 From: 656d696c65 Date: Fri, 28 Nov 2025 19:44:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20remove=20push=20event=20tr?= =?UTF-8?q?igger=20from=20PR=20build=20check=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - delete push event from workflow triggers to streamline CI process --- .github/workflows/pr-build-check.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr-build-check.yml b/.github/workflows/pr-build-check.yml index 53aa580b..de992f78 100644 --- a/.github/workflows/pr-build-check.yml +++ b/.github/workflows/pr-build-check.yml @@ -3,11 +3,6 @@ name: PR build check on: pull_request: types: [opened, synchronize, reopened] - -on: - push: - branches: - - main jobs: build: