diff --git a/.github/workflows/deploy-webui.yml b/.github/workflows/deploy-webui.yml index 2487633d..c755e29c 100644 --- a/.github/workflows/deploy-webui.yml +++ b/.github/workflows/deploy-webui.yml @@ -3,7 +3,7 @@ name: Deploy webui to Github Pages on: # Runs on pushes targeting the webui branch push: - branches: ['webui'] + branches: ['master'] # Allows to run this workflow manually from the Actions tab workflow_dispatch: