From c7a3ede5a36d8a25b48574cf50991b8745557e66 Mon Sep 17 00:00:00 2001 From: Mattia Vidoni Date: Wed, 20 Dec 2023 19:50:05 +0100 Subject: [PATCH] Update deploy_retype.yml --- .github/workflows/deploy_retype.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_retype.yml b/.github/workflows/deploy_retype.yml index 7eb835e..508d441 100644 --- a/.github/workflows/deploy_retype.yml +++ b/.github/workflows/deploy_retype.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: branches: - - main + - master jobs: publish: @@ -23,4 +23,4 @@ jobs: - uses: retypeapp/action-github-pages@latest with: - update-branch: true \ No newline at end of file + update-branch: true