Merge pull request #145 from BreizhHardware/chore/exclude-master-ci

chore(deploy): Ignore main and master branches in deployment
This commit is contained in:
Félix MARQUET
2025-06-11 15:07:36 +02:00
committed by GitHub

View File

@@ -2,8 +2,9 @@ name: Unit Test
on:
push:
branches:
- '**'
branches-ignore:
- main
- master
jobs:
build-test: