From 91e10aceb62924cb52d7649e0a2d1e5ef6ad38d3 Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Sat, 3 Jan 2026 12:28:49 -0300 Subject: [PATCH] ci: removes 'pull_request' trigger --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8969eb2..637582b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: CI on: - - pull_request - push - workflow_dispatch