fix: make website build on tag pushes

pull/315/head v2.3.0
sammyette 2024-07-20 10:19:22 -04:00
parent 1ba0dd183c
commit cc43cb2d6e
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- v[0-9]+.*
pull_request:
branches:
- master