Skip to content

Commit

Permalink
fix: make website build on tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Jul 20, 2024
1 parent 1ba0dd1 commit cc43cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- v[0-9]+.*
pull_request:
branches:
- master
Expand Down

0 comments on commit cc43cb2

Please sign in to comment.