Skip to content

Commit 74798ff

Browse files
authored
Update deploy.yml
1 parent 818a8c4 commit 74798ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push]
44

55
jobs:
66
deploy:
7-
if: github.ref == 'refs/heads/master'
7+
if: github.ref == 'refs/heads/main'
88
runs-on: [ubuntu-latest]
99
steps:
1010
- uses: actions/checkout@v1
1111
- name: Push to server
12-
uses: appleboy/ssh-action@master
12+
uses: appleboy/ssh-action@main
1313
with:
1414
host: ${{ secrets.SSH_HOST }}
1515
username: ${{ secrets.SSH_USER }}

0 commit comments

Comments
 (0)