From b80495992b6f907432c2ebb1cd755881b535e4d7 Mon Sep 17 00:00:00 2001 From: krmax44 Date: Fri, 13 Dec 2024 11:16:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20don't=20run=20workflows=20twice?= =?UTF-8?q?=20on=20pr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 631ba24..efbe8c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: filingcabinet CI on: push: + branches: [main] pull_request: branches: [main]