Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Belissimo-T authored Jan 3, 2024
1 parent 9a1da7f commit d44e45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Remote SSH
on:
push:
branches:
- main
- master

jobs:
deploy:
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
rm nohup.out
nohup node build > nohup.out 2> nohup.err < /dev/null &
disown (lsof -t nohup.out)
disown (lsof -t nohup.out)

0 comments on commit d44e45d

Please sign in to comment.