Improve GitHub Actions workflow (#27)

This commit is contained in:
Quang Lam 2019-11-19 00:24:08 -06:00 committed by GitHub
parent 81c16d18bc
commit a0bbc1bf83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -4,9 +4,13 @@ on:
push:
branches:
- master
paths:
- 'catalog/**'
pull_request:
branches:
- master
paths:
- 'catalog/**'
jobs:
build:

View file

@ -6,9 +6,13 @@ on:
- master
tags:
- "v*.*.*"
paths-ignore:
- 'catalog/**'
pull_request:
branches:
- master
paths-ignore:
- 'catalog/**'
jobs:
build: