fix: Update workflow to trigger on main branch instead of master

This commit is contained in:
2025-07-05 14:21:03 -06:00
parent 580099bf59
commit 20dde085d2

View File

@@ -2,7 +2,7 @@ name: build-and-deploy
on:
push:
branches: [ master ]
branches: [ main ]
jobs:
#───────────────── filtra qué dirs cambiaron ─────────────────