I have 2 folders in my project say APJ and EMEA and files can be committed from both the folders but I have a scenario where I want to trigger only APJ files or EMEA files.
I tried with only changes option but it didn't help. Changes:
- DB/APJ/**/*
For example, My commit contains 2 files, one from APJ folder and one from EMEA folder. I want files from APJ folder only. How do I filter my commit files?
Commit : abcs123
File1 : DB/APJ/test.sql
File2 : DB/EMEA/test2.sql
Is there a way to add some settings in the .yml file? The expected result is to get APJ files and EMEA files separately even when I commit them together.