From b675c9a77c1c8dfc83005d672b041c125c985b57 Mon Sep 17 00:00:00 2001 From: Soufiane Fariss Date: Mon, 5 Aug 2024 19:37:13 +0200 Subject: [PATCH] change target branch to master in deploy-webui.yml --- .github/workflows/deploy-webui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: