From cd816e82c2252fe6cd09958b82d59ed55c5e66a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20Heikkil=C3=A4?= Date: Fri, 3 May 2024 15:47:15 +0300 Subject: [PATCH] fix(ci): trigger pipeline from main and master branches --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efc4ef9..7c942d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI/CD on: push: - branches: [ main ] + branches: [ main, master ] pull_request: - branches: [ main ] + branches: [ main, master ] permissions: contents: read