From 13d3b147c29a1b27e1b0c092f301c07b59235aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Fri, 1 Nov 2024 13:06:07 +0100 Subject: [PATCH] ci: limit the scope to main branch --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8164728..e03e119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,12 @@ name: ci on: -- pull_request -- push + pull_request: + branches: + - master + push: + branches: + - master jobs: test: