diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4600dac..74d20fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,9 +5,9 @@ name: Deploy Site # Controls when the workflow will run on: push: - branches: [ master] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: