diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c24f20..7895873 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ name: Deploy Jekyll site to 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: