deploy doc and npm on tags

This commit is contained in:
Matthieu Baumann
2024-03-26 11:36:29 +01:00
parent 2a199aaf73
commit 2062d6bfeb
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["develop"]
tags:
- '*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: