mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-19 00:26:01 +00:00
Merge pull request #29 from jbowdre/dev
only build on changes to robots.json
This commit is contained in:
commit
3e91a84d11
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -1,4 +1,7 @@
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'robots.json'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ai-robots-txt:
|
ai-robots-txt:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue