diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 7abdc3e..9191b17 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -1,9 +1,9 @@ -name: Website Staging Deploy +name: Website Deploy on: push: branches: - - staging # or the branch you want to deploy from + - main # or the branch you want to deploy from workflow_dispatch: jobs: