From ad6843ee27e6f43eff351e6b076f908f7c01de19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:03:34 +0200 Subject: [PATCH] chore(deploy): Ignore main and master branches in deployment --- .github/workflows/deploy-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 152af5b..7bf1d56 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -4,6 +4,9 @@ on: push: branches: - '**' + branches-ignore: + - main + - master jobs: build-test: