Skip to content

Commit d2a2107

Browse files
authored
Merge pull request #477 from weakish/action-ignore-doc
chore: github action ignore docs
2 parents 3b836d3 + d91e56e commit d2a2107

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ name: Python package
66
on:
77
push:
88
branches: [ master ]
9+
paths-ignore:
10+
- '**.md'
11+
- 'apidoc/**'
12+
- 'doc/**'
913
pull_request:
1014
branches: [ master ]
15+
paths-ignore:
16+
- '**.md'
17+
- 'apidoc/**'
18+
- 'doc/**'
1119

1220
jobs:
1321
build:

0 commit comments

Comments
 (0)