Merge tag 'v2.4.2' into develop

Fix the CI workflow
This commit is contained in:
Cotes Chung 2020-07-30 02:50:19 +08:00
commit a71bade6eb

View file

@ -1,6 +1,8 @@
name: 'Continuous Integration'
on:
push:
branches:
- '*'
tags-ignore:
- '*'
paths-ignore:
@ -13,7 +15,7 @@ on:
- 'LICENSE'
pull_request:
paths:
- "**"
- '**'
jobs:
ci: