add on pull_request trigger to deploy-webui.yml

This commit is contained in:
Soufiane Fariss
2024-08-05 19:51:55 +02:00
parent b675c9a77c
commit 765c7cb792

View File

@@ -3,7 +3,9 @@ name: Deploy webui to Github Pages
on:
# Runs on pushes targeting the webui branch
push:
branches: ['master']
branches: [ master ]
pull_request:
branches: [ master ]
# Allows to run this workflow manually from the Actions tab
workflow_dispatch: