mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 11:03:59 +00:00
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:
parent
d2be15447c
commit
c01a684036
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'robots.json'
|
||||
- '.github/workflows/**'
|
||||
- 'code/**'
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
|
|
Loading…
Reference in a new issue