We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dffaa7 commit eb35b17Copy full SHA for eb35b17
2 files changed
.github/workflows/python-package.yml
@@ -3,15 +3,7 @@ name: Python package
3
on:
4
# Always build installable package, except for docs changes
5
push:
6
- paths:
7
- - "./**"
8
- - "!docs/"
9
- - ".github/workflows/python-package.yml"
10
pull_request:
11
12
13
14
15
16
jobs:
17
build:
.github/workflows/python-tests.yml
@@ -2,21 +2,7 @@ name: Python tests
2
- - "Makefile"
- - "setup.py"
- - "setup.cfg"
- - "contrib/**.py"
- - "isso/**.py"
- - ".github/workflows/python-tests.yml"
18
19
20
21
22
test:
0 commit comments