Skip to content

Commit 0829f7d

Browse files
committed
Fix: ci trigger
1 parent 061ea46 commit 0829f7d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/test-tag.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,13 @@ 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'
136
paths-ignore:
147
- '.gitignore'
158
- 'LICENSE'
169
- 'README.md'
1710
pull_request:
1811
branches: [master]
1912
types: [opened, synchronize]
20-
paths:
21-
- '.github/workflows/**'
22-
- 'wallhavenapi/**'
23-
- 'tests/**'
24-
- 'pyproject.toml'
25-
- 'requirements-tests.txt'
26-
- 'requirements.txt'
2713
paths-ignore:
2814
- '.gitignore'
2915
- 'LICENSE'

0 commit comments

Comments
 (0)