Only run workflow tests on code paths
This commit is contained in:
parent
59c82f44b6
commit
52bd7ba797
7
.github/workflows/testing.yml
vendored
7
.github/workflows/testing.yml
vendored
@ -3,9 +3,10 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- 'test-*'
|
||||
paths-ignore:
|
||||
- 'CHANGELOG.md'
|
||||
- 'website/**'
|
||||
paths:
|
||||
- 'lib'
|
||||
- 'plugins'
|
||||
- 'test'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user