mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
change target branch to master in deploy-webui.yml
This commit is contained in:
2
.github/workflows/deploy-webui.yml
vendored
2
.github/workflows/deploy-webui.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user