chore(deploy): Ignore main and master branches in deployment

This commit is contained in:
Félix MARQUET
2025-06-11 15:03:34 +02:00
parent 20f3dcdfbe
commit ad6843ee27

View File

@@ -4,6 +4,9 @@ on:
push:
branches:
- '**'
branches-ignore:
- main
- master
jobs:
build-test: