diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index be2f4cf6d..0bdadaf11 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ name: Deploy on: push: - branches: master + branches: main jobs: deploy: runs-on: ubuntu-latest @@ -22,4 +22,4 @@ jobs: commit_message: ${{ github.event.head_commit.message }} cname: discordeno.mod.land keep_files: true - enable_jekyll: false \ No newline at end of file + enable_jekyll: false