Skip to content

Commit 061ea46

Browse files
committed
CI: fix trigger
Set workflow to trigger on changes to source and not documentation.
1 parent 71fe56c commit 061ea46

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/test-tag.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,31 @@ name: Python Tests CI
33
on:
44
push:
55
branches: [master]
6+
paths:
7+
- '.github/workflows/**'
8+
- 'wallhavenapi/**'
9+
- 'tests/**'
10+
- 'pyproject.toml'
11+
- 'requirements-tests.txt'
12+
- 'requirements.txt'
13+
paths-ignore:
14+
- '.gitignore'
15+
- 'LICENSE'
16+
- 'README.md'
617
pull_request:
718
branches: [master]
819
types: [opened, synchronize]
20+
paths:
21+
- '.github/workflows/**'
22+
- 'wallhavenapi/**'
23+
- 'tests/**'
24+
- 'pyproject.toml'
25+
- 'requirements-tests.txt'
26+
- 'requirements.txt'
27+
paths-ignore:
28+
- '.gitignore'
29+
- 'LICENSE'
30+
- 'README.md'
931

1032
jobs:
1133
test:

0 commit comments

Comments
 (0)