ci: Also trigger on tag creation
This commit is contained in:
parent
c2c5afd763
commit
16463ac41b
|
|
@ -5,8 +5,11 @@ on:
|
|||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
branches:
|
||||
- '*'
|
||||
create:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
|
|
|
|||
Loading…
Reference in New Issue