2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-26 08:20:41 +00:00

fix: make website build on tag pushes

This commit is contained in:
sammyette 2024-07-20 10:19:22 -04:00
parent 1ba0dd183c
commit cc43cb2d6e
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

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