Add back execution of CI pipeline on tags

This commit is contained in:
Matthias 2022-11-08 12:41:48 +01:00 committed by GitHub
parent 35ccfb87c3
commit 8a17b9e5c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@ on:
push:
branches:
- master
tags:
- "*.*.*"
pull_request:
types:
- opened