We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fe56c commit 061ea46Copy full SHA for 061ea46
.github/workflows/test-tag.yml
@@ -3,9 +3,31 @@ name: Python Tests CI
3
on:
4
push:
5
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'
17
pull_request:
18
19
types: [opened, synchronize]
20
21
22
23
24
25
26
27
28
29
30
31
32
jobs:
33
test:
0 commit comments