diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d6246e4..5d95ca2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ name: Build llm-d website on: # Triggers the workflow on push or pull request events but only for the "dev" branch push: - branches: [ "dev" ] + branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index cbfd85c..165593b 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -2,7 +2,7 @@ name: Test deployment on: pull_request: - branches: [ "dev" ] + branches: [ "main" ] # Review gh actions docs if you want to further define triggers, paths, etc # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on