run on creation of any new tag

This commit is contained in:
Paul Dino Jones 2026-01-12 15:14:50 -05:00
parent 2d04b57b06
commit e359c01e8d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Make Packages
on:
push:
branches: [ "master" ]
tags: [ "master" ]
tags: [ "*" ]
jobs:
build-monocoque-debs: