mirror of
https://github.com/mandiant/capa.git
synced 2026-01-06 17:53:59 -08:00
add deploy and tests workflows
This commit is contained in:
6
.github/workflows/deploy-webui.yml
vendored
6
.github/workflows/deploy-webui.yml
vendored
@@ -1,11 +1,11 @@
|
||||
name: Deploy webui to Github Pages
|
||||
name: deploy Capa Explorer Web to Github Pages
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the webui branch
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'web/explorer/**'
|
||||
|
||||
# Allows to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user