From 160a3ab791bcc35748eafa4493ec2aea344cc773 Mon Sep 17 00:00:00 2001 From: ayntee Date: Tue, 30 Mar 2021 21:31:51 +0400 Subject: [PATCH] ci(deploy): master -> main --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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