fix: update workflow name and format trigger for SSH deployment
This commit is contained in:
parent
4e958563b0
commit
42f04aa2d0
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue