From 765c7cb792b16d44202758d818c3e93df26e9a10 Mon Sep 17 00:00:00 2001 From: Soufiane Fariss Date: Mon, 5 Aug 2024 19:51:55 +0200 Subject: [PATCH] add on pull_request trigger to deploy-webui.yml --- .github/workflows/deploy-webui.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-webui.yml b/.github/workflows/deploy-webui.yml index c755e29c..6a30e79d 100644 --- a/.github/workflows/deploy-webui.yml +++ b/.github/workflows/deploy-webui.yml @@ -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: