mirror of
https://github.com/mandiant/capa.git
synced 2026-01-02 07:50:24 -08:00
add on pull_request trigger to deploy-webui.yml
This commit is contained in:
4
.github/workflows/deploy-webui.yml
vendored
4
.github/workflows/deploy-webui.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user