What does the mask field look like in your condition? The default is *.* however directories typically don't have a . in their name. Therefore the default condition will not pick up directory changes. I would suggest creating a second condition for directory changes and removing the . and trailing asterisk like I have done below.