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: branches-ignore:
- 'l10n_master' - 'l10n_master'
pull_request: pull_request:
branches-ignore: branches:
- 'l10n_master' - '*'
create:
tags:
- 'v*'
jobs: jobs:
windows: windows: