Only run workflow tests on code paths

This commit is contained in:
Brian Cain 2020-03-10 09:54:56 -07:00
parent 59c82f44b6
commit 52bd7ba797
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -3,9 +3,10 @@ on:
branches:
- master
- 'test-*'
paths-ignore:
- 'CHANGELOG.md'
- 'website/**'
paths:
- 'lib'
- 'plugins'
- 'test'
pull_request:
branches:
- master