diff --git a/.github/workflows/ssh_deploy.yml b/.github/workflows/ssh_deploy.yml index 65b1ddf..47f8ceb 100644 --- a/.github/workflows/ssh_deploy.yml +++ b/.github/workflows/ssh_deploy.yml @@ -4,9 +4,9 @@ name: Deploy Eleventy via SSH on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: build: