mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 09:40:07 -04:00
Only run workflow tests on code paths
This commit is contained in:
parent
59c82f44b6
commit
52bd7ba797
1 changed files with 4 additions and 3 deletions
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…
Reference in a new issue