Monitor a file for change and copy

I have a git repo, and there's only one file that I want monitored. When that file changes, basically any text within it, I'd like the file to be copied somewhere else.
I'm monitoring the folder that has the said file.
The rule I'm using is:
If all of the following conditions are met
Full Name is filename.ext
(nested)If any of the following conditions are met for the current file or folder
(nested)Date Last Modified is after Date Last Matched
(nested)Date Last Modified did change
(nested)Size did change
Do the following change to the matched file or folder:
Copy to folder: folder_name (with the option to replace the existing file)
However it's not working, and I'm guessing I'm doing something wrong.
I'm monitoring the folder that has the said file.
The rule I'm using is:
If all of the following conditions are met
Full Name is filename.ext
(nested)If any of the following conditions are met for the current file or folder
(nested)Date Last Modified is after Date Last Matched
(nested)Date Last Modified did change
(nested)Size did change
Do the following change to the matched file or folder:
Copy to folder: folder_name (with the option to replace the existing file)
However it's not working, and I'm guessing I'm doing something wrong.