-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Description
🚀 Feature
For github acitons we can set a tag to trigger workflow run depending on modified files:
- https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-ignoring-paths
- https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-paths
Idea is to add those tags to our github CI yaml such that we do not trigger the workflow if, for example, *.md
is modified etc.
Nice to have :
- find a similar feature for circle-ci and travis ci if any
- add to the corresponding configuration file.
For Hacktoberfest contributors, feel free to ask questions for details if any and say that you would like to tackle the issue.
Please, take a look at CONTRIBUTING guide.