fix: update workflow name and format trigger for SSH deployment #3

Merged
joelson merged 1 commits from kind/bug-ajustando-umbug into main 2026-01-07 20:39:38 +00:00
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
name: Deploy Next.js via SSH (Direto)
on: [push]
name: Deploy Next.js via SSH
on:
push:
branches:
- main
jobs:
deploy: