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