From cc43cb2d6eb0b030beacc1646adb67f408dd92e5 Mon Sep 17 00:00:00 2001 From: sammyette Date: Sat, 20 Jul 2024 10:19:22 -0400 Subject: [PATCH] fix: make website build on tag pushes --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 56da2e6..dba7ca0 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - v[0-9]+.* pull_request: branches: - master