diff --git a/.github/workflows/retype_build.yml b/.github/workflows/retype_build.yml index 6ca55c7..5adb825 100644 --- a/.github/workflows/retype_build.yml +++ b/.github/workflows/retype_build.yml @@ -3,7 +3,7 @@ name: Publish Retype powered website to GitHub Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: