提交 295ea57d authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Prevent CI from running Python tests for non-Python changes

上级 64ae1f76
......@@ -4,9 +4,22 @@ on:
push:
branches:
- master
- gh-actions
paths:
- 'setup.cfg'
- 'requirements.txt'
- '.coveragerc'
- '**.py'
- '!docs/**'
pull_request:
branches:
- master
paths:
- 'setup.cfg'
- 'requirements.txt'
- '.coveragerc'
- '**.py'
- '!docs/**'
jobs:
style:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论