ci: Also trigger on tag creation

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-04-24 06:18:40 +02:00
parent c2c5afd763
commit 16463ac41b

View file

@ -5,8 +5,11 @@ on:
branches-ignore:
- 'l10n_master'
pull_request:
branches-ignore:
- 'l10n_master'
branches:
- '*'
create:
tags:
- 'v*'
jobs:
windows: