add deploy and tests workflows

This commit is contained in:
Soufiane Fariss
2024-08-08 08:14:47 +02:00
parent e8ea461456
commit e8054c277d
2 changed files with 45 additions and 3 deletions

View File

@@ -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: