statamic / spock

Automatically perform git commits, pushes, and other cli actions when Statamic content changes
95 stars 16 forks source link

Check if event is changing files #51

Open rcknr opened 4 years ago

rcknr commented 4 years ago

To avoid commits with no files added which is the case when affectedPaths() return an empty array. See #50.