alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

feat: Adding individual workflows to be triggered on subdir changes #641

Closed Shreyas-vgr closed 4 years ago

Shreyas-vgr commented 4 years ago

Adding individual workflows to be triggered on subdir changes

Description

Adding individual workflows for sub directory changes, so that tests appropriate to those packages are triggered.

Testing

Verified the changes on my local fork, by committing changes individually on ask-sdk-core and ask-sdk-controls and successfully triggered the workflows.

Types of changes

Checklist

License