From 94376da073df14719bd542e5af5a3a138a7f0a78 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 3 Nov 2022 23:26:41 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=E2=9A=A1=EF=B8=8F=20Only=20run=20CI=20wh?= =?UTF-8?q?en=20pushing=20to=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c0d3d31..797ea22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,8 @@ name: Continuous Integration on: push: + branches: + - main paths-ignore: - "**/README.md" - "**/cd.yml"