workflow wchich prevents creaetion any object in specifc OU

Hi, I have
"Application" OU
under it I have a lot of APP-0000 OU. every APP-0000 OU has 3 other OU: let;s call it a,b,c. I would like to have workflow which prevents creaetion any object in OU 'c'.

Let's imagine:

Application
 -App 1 OU

  • a
  • b
  • c

 -App 2 OU

  • a
  • b
  • c

 -App 3 OU

  • a
  • b
  • c

 -App 4 OU

  • a
  • b
  • c

 -App 5 OU

  • a
  • b
  • c

In every C OU I would like to have Workflow which prevents creaetion any object. 

I thing I should have something like:

START -> If-Else Branches and then If Else OU='c' then Stop/Break, if OU=other then GO ahead. 

I have issues with Configuration - how to configure it so it will be applied only to 'c' OUs.

Thanks,Sus