fix: trigger CI on trunk branch instead of main
All checks were successful
Deploy / Build & Push (Prod) (push) Successful in 12s
Deploy / Deploy Staging (push) Successful in 6s
Deploy / Deploy Prod (push) Successful in 6s

This commit is contained in:
2026-04-17 13:56:17 -03:00
parent 27093a26eb
commit eb44d1c1ef

View File

@@ -2,7 +2,7 @@ name: Deploy
on:
push:
branches: [main]
branches: [trunk]
jobs:
build-and-push-prod: