From 227589001e6fde599d4eee0b2a3049669ae1f8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Garc=C3=ADa=20Fern=C3=A1ndez?= Date: Thu, 25 Jan 2024 22:39:05 +0100 Subject: [PATCH] feat: update ci workflow to build branches with main --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10fe402..9b52002 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,8 @@ name: 'CI' on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: + - main pull_request: jobs: