File tree Expand file tree Collapse file tree 3 files changed +23
-25
lines changed Expand file tree Collapse file tree 3 files changed +23
-25
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ name: "Documentation Checks"
3
3
on :
4
4
push :
5
5
paths :
6
- - " discord/"
7
- - " docs/"
8
- - " requirements/"
9
- - " pyproject .toml"
10
- - " setup .py"
6
+ - " discord/** "
7
+ - " docs/** "
8
+ - " requirements/** "
9
+ - " * .toml"
10
+ - " * .py"
11
11
pull_request :
12
12
paths :
13
- - " discord/"
14
- - " docs/"
13
+ - " discord/** "
14
+ - " docs/** "
15
15
- " requirements/"
16
- - " pyproject .toml"
17
- - " setup .py"
16
+ - " * .toml"
17
+ - " * .py"
18
18
workflow_dispatch :
19
19
schedule :
20
20
- cron : " 0 0 * * *"
Original file line number Diff line number Diff line change @@ -3,20 +3,18 @@ name: "Library Checks"
3
3
on :
4
4
push :
5
5
paths :
6
- - " discord/"
7
- - " requirements/"
8
- - " pyproject.toml"
9
- - " setup.py"
10
- - ."flake8"
11
- - " .prettierrc"
6
+ - " discord/**"
7
+ - " requirements/**"
8
+ - " *.toml"
9
+ - " *.py"
10
+ - " .*"
12
11
pull_request :
13
12
paths :
14
- - discord/
15
- - requirements/
16
- - pyproject.toml
17
- - setup.py
18
- - .flake8
19
- - .prettierrc
13
+ - " discord/**"
14
+ - " requirements/**"
15
+ - " *.toml"
16
+ - " *.py"
17
+ - " .*"
20
18
workflow_dispatch :
21
19
schedule :
22
20
- cron : " 0 0 * * *"
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: "TODO Checks"
3
3
on :
4
4
push :
5
5
paths :
6
- - " discord/"
7
- - " docs/"
8
- - " examples/"
9
- - " tests/"
6
+ - " discord/** "
7
+ - " docs/** "
8
+ - " examples/** "
9
+ - " tests/** "
10
10
branches : [master]
11
11
workflow_dispatch :
12
12
You can’t perform that action at this time.
0 commit comments