added missing build trigger for tags

This commit is contained in:
Jonas Depoix 2024-11-18 10:14:36 +01:00
parent 729e804998
commit 327b35cb5f
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: CI
on:
push:
branches: [ "master" ]
tags:
- '**'
pull_request:
jobs: