Here is what I wish to do in GitLab CI/CD: Whenever something is pushed into a specific branch I wish to have multiple scrips and CI/CD should decide which script should be run based on the pushed files list.
For example:
- IF anything changed in ./resources/assets/views/* then run SCRIPT1
- IF anything changed in ./database/* then run SCRIPT2
- etc...
Do you Lads have any idea for it?
0 Answers