fix(ci): merge duplicate push triggers in workflow
Web Client CI/CD / Lint (ESLint + TypeScript) (push) Failing after 26s
Web Client CI/CD / Build (tsc + Vite) (push) Failing after 40s
Web Client CI/CD / Deploy to shared hosting (push) Has been skipped

This commit is contained in:
root
2026-06-21 12:00:34 -04:00
parent 09dbca4767
commit c3570481c8
+1 -2
View File
@@ -12,10 +12,9 @@ name: Web Client CI/CD
on:
push:
branches: [main, master, develop, 'feature/**', 'fix/**']
tags: ['v*']
pull_request:
branches: [main, master, develop]
push:
tags: ['v*']
env:
CI: true