I can setup teamcity trigger to run tests whenever there in VCS checkin/ change.
Then I setup command line
build steps to access files on system .
e.g. `custom script'
cd ~/Desktop
ls
But is there way to trigger test run if there is change in file e.g. test.txt
I want to setup trigger as 'if file changes run tests'.
Or it has to be git checkin?