Update github action config.

This commit is contained in:
Cotes Chung 2020-03-02 01:03:58 +08:00
parent 8dde202c3e
commit 073c6a2f61
1 changed files with 12 additions and 8 deletions

View File

@ -1,17 +1,21 @@
name: build
on:
push:
branches-ignore:
- stable
tags-ignore:
- '*'
paths-ignore:
- '.github/**'
- '!.github/workflows/**'
- '.travis.yml'
- '.gitignore'
- 'docs/**'
- 'README.md'
- 'LICENSE'
- '.github/**'
- '!.github/workflows/**'
- '.travis.yml'
- '.gitignore'
- 'docs/**'
- 'README.md'
- 'LICENSE'
pull_request:
paths:
- "**"
- "**"
jobs:
ci: