From 9c369835220d989c62ef150d82e6dd616af5ae9a Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 12 Mar 2024 19:38:05 +0900 Subject: [PATCH] fix: workflow branch --- .github/workflows/deploy-docs.yml | 5 +++-- .github/workflows/deploy-homepage.yml | 2 +- .github/workflows/deploy-playground.yml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ab7d9c49..4bb7c0b0 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to Cloudflare Pages -name: Deploy Playground +name: Deploy Docs on: # Runs on pushes targeting the default branch @@ -39,4 +39,5 @@ jobs: projectName: bebop-docs directory: ${{github.workspace}}/docs/dist # Optional: Enable this if you want to have GitHub Deployments triggered - gitHubToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + gitHubToken: ${{ secrets.GITHUB_TOKEN }} + branch: master \ No newline at end of file diff --git a/.github/workflows/deploy-homepage.yml b/.github/workflows/deploy-homepage.yml index 8193e897..e942ea16 100644 --- a/.github/workflows/deploy-homepage.yml +++ b/.github/workflows/deploy-homepage.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to GitHub Pages -name: Deploy Websites +name: Deploy Homepage on: # Runs on pushes targeting the default branch diff --git a/.github/workflows/deploy-playground.yml b/.github/workflows/deploy-playground.yml index cd36212e..2101a6c3 100644 --- a/.github/workflows/deploy-playground.yml +++ b/.github/workflows/deploy-playground.yml @@ -46,4 +46,5 @@ jobs: projectName: bebopc-playground directory: ${{github.workspace}}/playground/dist # Optional: Enable this if you want to have GitHub Deployments triggered - gitHubToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + gitHubToken: ${{ secrets.GITHUB_TOKEN }} + branch: master \ No newline at end of file