We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2083e1 commit 56f44cdCopy full SHA for 56f44cd
2 files changed
.github/workflows/ci.yml
@@ -4,21 +4,21 @@ on:
4
push:
5
branches-ignore: [deploy]
6
paths:
7
- - "pyproject.toml"
8
- - "setup.py"
9
- "src/**"
10
- "testdata/**"
11
- "tests/**"
+ - "pyproject.toml"
+ - "setup.py"
12
- "tox.ini"
13
- ".github/workflows/ci.yml"
14
pull_request:
15
branches: [main]
16
17
18
19
20
21
22
23
workflow_dispatch:
24
inputs:
.github/workflows/lint.yml
@@ -8,6 +8,7 @@ on:
- "examples/**"
- ".github/workflows/lint.yml"
@@ -17,6 +18,7 @@ on:
jobs:
0 commit comments