Explanation:
on.push.paths
: Specifies the directories/files that should trigger the workflow. In this case, changes in thesrc/
orscripts/
directories will trigger the build.on.push.paths-ignore
: Specifies the directories/files that should not trigger the workflow. If changes are only in thedocs/
ortests/
directories, the build will be skipped.
Latest posts by Rajesh Kumar (see all)
- Atlassian Jira Demo - January 4, 2025
- Revolutionizing Business Management with Microsoft Business Central - January 4, 2025
- Key Benefits of Converting HTML to PDF File Format - January 2, 2025