- modify outside openapi yaml file
if the changes is outside of the specific file
- openapi/**/*.yaml
- components/**/*.yaml
all jobs will run specially this stages pre-build , build and deploy
- modify inside openapi yaml file
this scenario the job is not running specially the stages pre-build, buid and deploy - modify both inside and outside openapi yaml file
this scenarios will run all the stages if both have changes inside or outside
please help me.