From 338df6019169a713282051a02d9bfc49921f7cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Barrobe=CC=81s?= Date: Tue, 9 Apr 2024 11:29:48 +0200 Subject: [PATCH] Change trunk branch from master to main --- .github/workflows/main-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-pipeline.yml b/.github/workflows/main-pipeline.yml index 3710361..6566ade 100644 --- a/.github/workflows/main-pipeline.yml +++ b/.github/workflows/main-pipeline.yml @@ -2,9 +2,9 @@ name: Shipanaro backend on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: build: