From 9d007676ba9fe736451b879ab3cedc01f371d276 Mon Sep 17 00:00:00 2001 From: Marcos Bento Date: Fri, 6 Dec 2024 14:34:59 +0100 Subject: [PATCH] Change 'protected' branches from master to main --- .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 3e07a10fe..447e0092e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ name: ci on: - # Trigger the workflow on push to master or develop, except tag creation + # Trigger the workflow on push to main or develop, except tag creation push: branches: - - 'master' + - 'main' - 'develop' tags-ignore: - '**'