diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1afbc69..a1be222 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,9 +2,9 @@ name: Deploy on: push: - branches: ["main"] + branches: ["master"] pull_request: - branches: ["main"] + branches: ["master"] workflow_dispatch: jobs: