TP5: Configure CI for releases - Add release workflow and tag triggers

This commit is contained in:
Rassaby Ludovic
2025-10-15 10:18:32 +04:00
parent f846ce1e6c
commit b821b45904
2 changed files with 78 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ name: 🧪 Tests API - TP4
on:
push:
branches: [ main, develop ]
tags: [ 'v*' ]
pull_request:
branches: [ main ]