hypertrace / hypertrace-service

Multiple hypertrace services combined together to form a single service.
Other
4 stars 15 forks source link

Avoids running CI build on markdown or text file changes #48

Closed JBAhire closed 3 years ago

JBAhire commented 3 years ago

Description

Earlier we were running CI on every single change including changes in README file which is not necessary at all.

As @adriancole suggested GitHub actions supports path filters which we can use to avoid running CI on changes in markdown or text files.

This PR adds path filters in GitHub action based CI running in this repo.

Testing

Tested with changes in GH action.

Checklist:

Documentation

References for this PR: