erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.63k stars 54 forks source link

CI: If only doc/ is changed, do not run CI for rust #346

Closed toddlerer closed 1 year ago

toddlerer commented 1 year ago

Since the doc/ directory is updated frequently, I tried to make them ignore useless CIs

@mtshiba

mtshiba commented 1 year ago

Thanks!