Convert robots.json more frequently

Specifically, when github workflows or code
is changed as either of these can affect the
conversion results.

Ref: https://github.com/ai-robots-txt/ai.robots.txt/issues/60
This commit is contained in:
Glyn Normington 2025-01-05 05:03:50 +00:00
parent d2be15447c
commit c01a684036

View file

@ -8,6 +8,8 @@ on:
push:
paths:
- 'robots.json'
- '.github/workflows/**'
- 'code/**'
branches:
- "main"