change target branch to master in deploy-webui.yml

This commit is contained in:
Soufiane Fariss
2024-08-05 19:37:13 +02:00
parent ac081336ba
commit b675c9a77c

View File

@@ -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: