From aaa1f793e91c722a8b1511e351af2d490c08d9aa Mon Sep 17 00:00:00 2001 From: MiguelPelegrina <95084406+MiguelPelegrina@users.noreply.github.com> Date: Tue, 14 May 2024 11:42:18 +0200 Subject: [PATCH] Update ci.yml --- .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 a78c50d..d0836a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,13 @@ name: CI Workflow on: push: - branches: [ "master" ] + branches: + - master + - main pull_request: - branches: [ "master" ] + branches: + - master + - main workflow_dispatch: jobs: