Merge pull request #354 from jdepoix/bugfix/missing-build-trigger

added missing build trigger for tags
This commit is contained in:
Jonas Depoix 2024-11-18 10:32:11 +01:00 committed by GitHub
commit 60f199aa8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: