added missing build trigger for tags
This commit is contained in:
parent
729e804998
commit
327b35cb5f
|
@ -3,6 +3,8 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
tags:
|
||||
- '**'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue