fix: update workflow name and format trigger for SSH deployment #3
|
|
@ -1,5 +1,9 @@
|
||||||
name: Deploy Next.js via SSH (Direto)
|
name: Deploy Next.js via SSH
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue