File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 11name : Example-test
22
3- on : [pull_request, workflow_dispatch, push]
3+ on :
4+ pull_request :
5+ paths :
6+ - ' dattri/**'
7+ - ' examples/**'
8+ - ' pyproject.toml'
9+ - ' setup.py'
10+ - ' .github/workflows/examples_test.yml'
11+ push :
12+ paths :
13+ - ' dattri/**'
14+ - ' examples/**'
15+ - ' pyproject.toml'
16+ - ' setup.py'
17+ - ' .github/workflows/examples_test.yml'
18+ workflow_dispatch :
419
520jobs :
621 build :
Original file line number Diff line number Diff line change 11name : Unit-test
22
3- on : [pull_request, workflow_dispatch, push]
3+ on :
4+ pull_request :
5+ paths :
6+ - ' dattri/**'
7+ - ' test/**'
8+ - ' pyproject.toml'
9+ - ' setup.py'
10+ - ' .github/workflows/pytest.yml'
11+ push :
12+ paths :
13+ - ' dattri/**'
14+ - ' test/**'
15+ - ' pyproject.toml'
16+ - ' setup.py'
17+ - ' .github/workflows/pytest.yml'
18+ workflow_dispatch :
419
520jobs :
621 build :
You can’t perform that action at this time.
0 commit comments