Normality is something we commonly assume when we conduct a hypothesis test or fit a model. A common rule of thumb is that if your sample size is greater than 30 the central limit theorem probably applies and you could use a test that assumes normality. This is a rule of thumb only, and is often violated. If there is ever a magic cut-off number in statistics be wary of it (another common one is for comparing ratio of variances)
You can check the normality assumption of your data with all sorts of tests or graphical procedures (such as qqplots). You should check the assumptions of the test you want to do (anova in this case) and if they are not violated then you can proceed and trust that your p-value etc are actually meaningful.
This question here has a list of the assumptions and an interesting discussion of what normality we are interested in (normality of the residuals or normality of the individual groups).
ANOVA assumption normality/normal distribution of residuals