Version 1.8.2
This commit is contained in:
parent
7588345b6d
commit
61240777cf
8 changed files with 17 additions and 16 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -2,7 +2,10 @@ name: Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- 'hotfix/**'
|
||||
tags: [ '*' ]
|
||||
pull_request:
|
||||
|
||||
|
|
Reference in a new issue