Fixed CI workflow.

This commit is contained in:
Cotes Chung 2020-07-30 02:36:47 +08:00
parent 18bd1a91ef
commit 6ef97f1fad
1 changed files with 3 additions and 1 deletions

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: